Skip to content

Commit

Permalink
[core] Remove redundant setupFiles entries in package.json (#12899)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy committed Apr 25, 2024
1 parent 9cf5a91 commit f1b84a1
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 33 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@
"webpack-cli": "^5.1.4",
"yargs": "^17.7.2"
},
"setupFiles": [
"<rootDir>/src/setupTests.js"
],
"resolutions": {
"react-is": "^18.2.0",
"@types/node": "^18.19.23"
Expand Down
3 changes: 0 additions & 3 deletions packages/x-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@
"default": "./esm/*/index.js"
}
},
"setupFiles": [
"<rootDir>/src/setupTests.js"
],
"engines": {
"node": ">=14.0.0"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/x-data-grid-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@
"@mui/material": "^5.15.14",
"react": "^17.0.0 || ^18.0.0"
},
"setupFiles": [
"<rootDir>/src/setupTests.js"
],
"engines": {
"node": ">=14.0.0"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/x-data-grid-premium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
"date-fns": "^2.30.0",
"rimraf": "^5.0.5"
},
"setupFiles": [
"<rootDir>/src/setupTests.js"
],
"engines": {
"node": ">=14.0.0"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/x-data-grid-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@
"@types/prop-types": "^15.7.11",
"rimraf": "^5.0.5"
},
"setupFiles": [
"<rootDir>/src/setupTests.js"
],
"engines": {
"node": ">=14.0.0"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/x-data-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
"@types/prop-types": "^15.7.11",
"rimraf": "^5.0.5"
},
"setupFiles": [
"<rootDir>/src/setupTests.js"
],
"engines": {
"node": ">=14.0.0"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/x-date-pickers-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@
"moment": "^2.30.1",
"rimraf": "^5.0.5"
},
"setupFiles": [
"<rootDir>/src/setupTests.js"
],
"engines": {
"node": ">=14.0.0"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/x-date-pickers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@
"moment-timezone": "^0.5.44",
"rimraf": "^5.0.5"
},
"setupFiles": [
"<rootDir>/src/setupTests.js"
],
"engines": {
"node": ">=14.0.0"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/x-license/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
"devDependencies": {
"rimraf": "^5.0.5"
},
"setupFiles": [
"<rootDir>/src/setupTests.js"
],
"engines": {
"node": ">=14.0.0"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/x-tree-view-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@
"devDependencies": {
"rimraf": "^5.0.5"
},
"setupFiles": [
"<rootDir>/src/setupTests.js"
],
"engines": {
"node": ">=14.0.0"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/x-tree-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
"@types/prop-types": "^15.7.11",
"rimraf": "^5.0.5"
},
"setupFiles": [
"<rootDir>/src/setupTests.js"
],
"engines": {
"node": ">=14.0.0"
}
Expand Down

0 comments on commit f1b84a1

Please sign in to comment.