We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe4ed1 commit e5f0194Copy full SHA for e5f0194
.eslintrc.js
@@ -103,6 +103,7 @@ module.exports = {
103
'jest/no-jasmine-globals': 'off',
104
'jest/valid-expect-in-promise': 'off',
105
'jest/valid-expect': 'off',
106
+ 'jest/no-alias-methods': 'off',
107
},
108
109
],
jest.config.js
@@ -1,4 +1,3 @@
1
-// @TODO Remove this once merged with eslint updates
2
// eslint-disable-next-line tsdoc/syntax
3
/** @type {import('jest').Config} */
4
const config = {
0 commit comments