File tree Expand file tree Collapse file tree 3 files changed +380
-350
lines changed Expand file tree Collapse file tree 3 files changed +380
-350
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ module.exports = {
78
78
} ,
79
79
// test files
80
80
{
81
- files : [ '**/*.test.js ' ] ,
81
+ files : [ '**/*.test.{js,ts} ' ] ,
82
82
env : {
83
83
jest : true ,
84
84
} ,
Original file line number Diff line number Diff line change 61
61
"@babel/core" : " ^7.21.0" ,
62
62
"@babel/eslint-parser" : " ^7.19.1" ,
63
63
"@babel/preset-env" : " ^7.20.2" ,
64
- "@jest/globals" : " ^29.4.1 " ,
64
+ "@jest/globals" : " ^29.4.3 " ,
65
65
"@tsconfig/node12" : " ^1.0.11" ,
66
66
"@types/jscodeshift" : " ^0.11.6" ,
67
67
"@typescript-eslint/eslint-plugin" : " ^5.48.1" ,
74
74
"eslint-plugin-node" : " ^11.1.0" ,
75
75
"eslint-plugin-unicorn" : " ^45.0.2" ,
76
76
"execa" : " ^5.0.0" ,
77
- "jest" : " ^29.4.1 " ,
77
+ "jest" : " ^29.4.3 " ,
78
78
"prettier" : " ^2.8.2" ,
79
79
"release-it" : " ^14.2.1" ,
80
80
"release-it-lerna-changelog" : " ^3.1.0" ,
You can’t perform that action at this time.
0 commit comments