Skip to content

Commit

Permalink
chore(deps): bump eslint-plugin-jest from 23.13.2 to 23.16.0 (#94)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
dependabot[bot] and erunion authored Jun 22, 2020
1 parent 4601906 commit 161135c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions testing.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {

'jest/consistent-test-it': 'warn',
'jest/expect-expect': 'error',
'jest/no-conditional-expect': 'error',
'jest/no-deprecated-functions': 'off',
'jest/no-disabled-tests': 'off',
'jest/no-duplicate-hooks': 'warn',
Expand Down

0 comments on commit 161135c

Please sign in to comment.