Skip to content

Commit 16c98c6

Browse files
committed
Upgrade jest dependencies
1 parent 862b4f7 commit 16c98c6

File tree

3 files changed

+380
-350
lines changed

3 files changed

+380
-350
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module.exports = {
7878
},
7979
// test files
8080
{
81-
files: ['**/*.test.js'],
81+
files: ['**/*.test.{js,ts}'],
8282
env: {
8383
jest: true,
8484
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@babel/core": "^7.21.0",
6262
"@babel/eslint-parser": "^7.19.1",
6363
"@babel/preset-env": "^7.20.2",
64-
"@jest/globals": "^29.4.1",
64+
"@jest/globals": "^29.4.3",
6565
"@tsconfig/node12": "^1.0.11",
6666
"@types/jscodeshift": "^0.11.6",
6767
"@typescript-eslint/eslint-plugin": "^5.48.1",
@@ -74,7 +74,7 @@
7474
"eslint-plugin-node": "^11.1.0",
7575
"eslint-plugin-unicorn": "^45.0.2",
7676
"execa": "^5.0.0",
77-
"jest": "^29.4.1",
77+
"jest": "^29.4.3",
7878
"prettier": "^2.8.2",
7979
"release-it": "^14.2.1",
8080
"release-it-lerna-changelog": "^3.1.0",

0 commit comments

Comments
 (0)