Skip to content

Commit eea7a33

Browse files
committed
:( Remove test-staged script and only lint
- `--findRelatedTests` doesn't seem to be working correctly at all locally right now, so let's just let CI handle test failure reports
1 parent 88a35f1 commit eea7a33

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"test-ci": "yarn test && yarn test-cypress",
3535
"test-unit": "cross-env NODE_ENV=test jest --config ./scripts/jest/config.js",
3636
"test-a11y": "node ./scripts/a11y-testing",
37-
"test-staged": "yarn lint && node scripts/test-staged.js",
3837
"test-cypress": "node ./scripts/cypress",
3938
"test-cypress-dev": "node ./scripts/cypress --dev",
4039
"test-cypress-a11y": "node ./scripts/cypress --a11y",
@@ -61,7 +60,7 @@
6160
"react-focus-lock": "^2.9.5"
6261
},
6362
"pre-push": [
64-
"test-staged"
63+
"lint"
6564
],
6665
"dependencies": {
6766
"@hello-pangea/dnd": "^16.2.0",

scripts/test-staged.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)