Skip to content

Commit

Permalink
chore: update jest (#27387)
Browse files Browse the repository at this point in the history
  • Loading branch information
VasilyStrelyaev authored May 21, 2024
1 parent b4d9b2d commit 13e54f8
Show file tree
Hide file tree
Showing 35 changed files with 17,666 additions and 16,868 deletions.
1 change: 0 additions & 1 deletion apps/demos/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
testEnvironment: 'node',
testMatch: [
'**/tests/**/*.test.js',
],
Expand Down
3 changes: 1 addition & 2 deletions apps/demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@typescript-eslint/parser": "5.62.0",
"@vue/eslint-config-typescript": "12.0.0",
"axe-core": "4.9.0",
"babel-jest": "27.5.1",
"babel-jest": "29.7.0",
"consola": "3.2.3",
"cookie-parser": "1.4.6",
"cross-env": "7.0.3",
Expand All @@ -88,7 +88,6 @@
"gulp-clean": "0.4.0",
"gulp-minify": "3.1.0",
"gulp-replace": "1.1.4",
"jest": "26.6.3",
"lodash.partial": "4.2.1",
"looks-same": "7.3.0",
"minimist": "1.2.8",
Expand Down
1 change: 0 additions & 1 deletion apps/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"vue": "3.2.47"
},
"devDependencies": {
"@types/jest": "22.2.3",
"@types/node": "20.11.17",
"@vue/compiler-sfc": "3.3.4",
"@vue/test-utils": "2.0.0-beta.7",
Expand Down
5 changes: 4 additions & 1 deletion e2e/testcafe-devextreme/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ module.exports = {
extends: ['devextreme/testcafe'],
rules: {
'no-only-tests/no-only-tests': 'error',
}
},
parserOptions: {
project: true,
},
}],
};
1 change: 1 addition & 0 deletions jest.config.base.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
testEnvironment: 'jsdom',
roots: ['<rootDir>'],
transform: {
'.*': [
Expand Down
Loading

0 comments on commit 13e54f8

Please sign in to comment.