Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class Audit extends BaseModel {
READABILITY: 'readability',
PRERENDER: 'prerender',
PRODUCT_METATAGS: 'product-metatags',
SUMMARIZATION: 'summarization',
};

static AUDIT_TYPE_PROPERTIES = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ describe('AuditModel', () => {
READABILITY: 'readability',
PRERENDER: 'prerender',
PRODUCT_METATAGS: 'product-metatags',
SUMMARIZATION: 'summarization',
};

it('should have all audit types present in AUDIT_TYPES', () => {
Expand Down
Loading