Skip to content

Commit 2270507

Browse files
committed
lint
1 parent 69fff62 commit 2270507

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/preact.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ describe('performance', () => {
105105
}
106106
let elapsed = now - start;
107107
let hz = count / elapsed * 1000;
108+
// eslint-disable-next-line no-console
108109
console.log(`Creation: ${hz|0}/s, average: ${elapsed/count.toFixed(4)}ms`);
109110
expect(elapsed).toBeGreaterThan(999);
110111
expect(hz).toBeGreaterThan(10);

0 commit comments

Comments
 (0)