Skip to content

Commit 161135c

Browse files
chore(deps): bump eslint-plugin-jest from 23.13.2 to 23.16.0 (#94)
* chore(deps): bump eslint-plugin-jest from 23.13.2 to 23.16.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.13.2 to 23.16.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v23.13.2...v23.16.0) Signed-off-by: dependabot[bot] <support@github.com> * feat: enabling jest/no-conditional-expect Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Ursenbach <jon@ursenba.ch>
1 parent 4601906 commit 161135c

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testing.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99

1010
'jest/consistent-test-it': 'warn',
1111
'jest/expect-expect': 'error',
12+
'jest/no-conditional-expect': 'error',
1213
'jest/no-deprecated-functions': 'off',
1314
'jest/no-disabled-tests': 'off',
1415
'jest/no-duplicate-hooks': 'warn',

0 commit comments

Comments
 (0)