Skip to content

Commit

Permalink
.eslintrc.js > jest test warning off
Browse files Browse the repository at this point in the history
  • Loading branch information
aeong98 committed Jan 18, 2023
1 parent e55a163 commit 1576e83
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,11 @@ module.exports = {
],
quotes: ['error', 'single'],
'react-hooks/rules-of-hooks': 'error',
'jest/expect-expect': [
'off',
{
assertFunctionNames: ['expect', 'fc.assert'],
},
],
},
};

0 comments on commit 1576e83

Please sign in to comment.