Skip to content

Commit 9208709

Browse files
committed
deps: update dependencies
1 parent 098439b commit 9208709

File tree

3 files changed

+1197
-837
lines changed

3 files changed

+1197
-837
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ module.exports = {
1717
'jest/prefer-expect-assertions': [
1818
'warn',
1919
{ onlyFunctionsWithAsyncKeyword: true }
20-
]
20+
],
21+
'jest/require-hook': 'off'
2122
},
2223
plugins: ['jest']
2324
}

0 commit comments

Comments
 (0)