Skip to content

Commit beee0dd

Browse files
committed
chore(ci): lighthouse
Signed-off-by: Cory Rylan <crylan@nvidia.com>
1 parent 8618c39 commit beee0dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/code/src/codeblock/codeblock.test.lighthouse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ describe('codeblock lighthouse report', () => {
1818
expect(report.scores.performance).toBe(100);
1919
expect(report.scores.accessibility).toBe(100);
2020
expect(report.scores.bestPractices).toBe(100);
21-
expect(report.payload.javascript.kb).toBeLessThan(19.6);
21+
expect(report.payload.javascript.kb).toBeLessThan(19.7);
2222
});
2323
});

0 commit comments

Comments
 (0)