Skip to content

Commit

Permalink
refactor(#285): Improve Test Readability via expect.extend & SUCCESS/…
Browse files Browse the repository at this point in the history
…FAILURE Arrays
  • Loading branch information
FlorianWendelborn committed Sep 24, 2021
1 parent 4e21270 commit 1ce7ea7
Show file tree
Hide file tree
Showing 2 changed files with 308 additions and 219 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ module.exports = {
},
],
'no-console': 'off',
'no-magic-numbers': 'off',
'sonarjs/no-duplicate-string': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
},
Expand Down

0 comments on commit 1ce7ea7

Please sign in to comment.