Skip to content

Commit

Permalink
more fr snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Apr 26, 2022
1 parent dad51d4 commit 015bdd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe('Fraggle Rock API', () => {
const {auditResults, erroredAudits, notApplicableAudits} = getAuditsBreakdown(result.lhr);
expect(auditResults.length).toMatchInlineSnapshot(`45`);

expect(notApplicableAudits.length).toMatchInlineSnapshot(`18`);
expect(notApplicableAudits.length).toMatchInlineSnapshot(`19`);
expect(notApplicableAudits.map(audit => audit.id)).not.toContain('total-blocking-time');

expect(erroredAudits).toHaveLength(0);
Expand Down

0 comments on commit 015bdd6

Please sign in to comment.