Skip to content

Commit f578073

Browse files
committed
eslint fix
1 parent 58ebbe5 commit f578073

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Documents/Queries/HashCalculatorTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ describe('Hash calculator tests', () => {
1818
const obj = {
1919
boolean: true,
2020
function: () => {
21+
// eslint-disable-next-line no-console
2122
console.log('No-op')
2223
},
2324
number: 4,

0 commit comments

Comments
 (0)