Skip to content

Commit

Permalink
chore(deps): update dependency jest-extended to v1 (#12391)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Oleg Krivtsov <olegkrivtsov@gmail.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
  • Loading branch information
4 people committed Nov 1, 2021
1 parent 46d996c commit aee7524
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 734 deletions.
2 changes: 1 addition & 1 deletion jest.config.ts
Expand Up @@ -27,7 +27,7 @@ const config: InitialOptionsTsJest = {
modulePathIgnorePatterns: ['<rootDir>/dist/', '/__fixtures__/'],
reporters: ci ? ['default', 'jest-github-actions-reporter'] : ['default'],
setupFilesAfterEnv: [
'jest-extended',
'jest-extended/all',
'expect-more-jest',
'<rootDir>/test/setup.ts',
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -256,7 +256,7 @@
"graphql": "15.6.1",
"husky": "7.0.4",
"jest": "27.3.1",
"jest-extended": "0.11.5",
"jest-extended": "1.1.0",
"jest-github-actions-reporter": "1.0.3",
"jest-junit": "13.0.0",
"jest-mock-extended": "2.0.4",
Expand Down

0 comments on commit aee7524

Please sign in to comment.