Skip to content

Commit

Permalink
Bump the jest group with 2 updates (#213)
Browse files Browse the repository at this point in the history
* Bump the jest group with 2 updates

Bumps the jest group with 2 updates: [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest).


Updates `@testing-library/jest-dom` from 5.17.0 to 6.4.2
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v5.17.0...v6.4.2)

Updates `@types/jest` from 27.5.2 to 29.5.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: jest
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: jest
...

Signed-off-by: dependabot[bot] <[email protected]>

* adapt to jest-dom@6

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Momtchil Momtchev <[email protected]>
  • Loading branch information
dependabot[bot] and mmomtchev authored Feb 26, 2024
1 parent c753d26 commit a70f0b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
'^txml/txml$': '<rootDir>/node_modules/txml/dist/txml'
},
setupFiles: ['jest-canvas-mock'],
setupFilesAfterEnv: ['@testing-library/jest-dom/extend-expect', './test/setup_mocks.ts'],
setupFilesAfterEnv: ['@testing-library/jest-dom', './test/setup_mocks.ts'],
testRegex: '/test/.*\\.test\\.tsx?$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
collectCoverage: true,
Expand Down
2 changes: 1 addition & 1 deletion jest.standalone.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
'^txml/txml$': '<rootDir>/node_modules/txml/dist/txml'
},
setupFiles: ['jest-canvas-mock'],
setupFilesAfterEnv: ['@testing-library/jest-dom/extend-expect', './test/setup_mocks.ts'],
setupFilesAfterEnv: ['@testing-library/jest-dom', './test/setup_mocks.ts'],
testRegex: '/test/.*\\.test\\.tsx?$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node']
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^13.0.0",
"@types/jest": "^27.4.1",
"@types/jest": "^29.5.12",
"@types/node": "^17.0.35",
"@types/prismjs": "^1.16.3",
"@types/proj4": "^2.5.2",
Expand Down
1 change: 0 additions & 1 deletion test/global.d.ts

This file was deleted.

0 comments on commit a70f0b6

Please sign in to comment.