Skip to content

Commit

Permalink
feat: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ekremney committed Aug 26, 2024
1 parent a800628 commit 84eaab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/audits/cwv.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('Index Tests', () => {
it('cwv audit runs rum api client cwv query', async () => {
const result = await CWVRunner('www.spacecat.com', context, site);
expect(result).to.deep.equal({
auditResult: rumData,
auditResult: rumData.filter((data) => data.pageviews >= 7000),
fullAuditRef: auditUrl,
});
});
Expand Down

0 comments on commit 84eaab8

Please sign in to comment.