We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b372ea7 commit 248d46aCopy full SHA for 248d46a
1 file changed
package.json
@@ -46,7 +46,7 @@
46
"lint:fix": "eslint --fix && prettier . --write",
47
"prepare": "simple-git-hooks",
48
"test": "node --run test:fixtures && node --run lint && node --run golden:check && node --run schemas:check && node --run test:unit && node --run test:spelling",
49
- "test:unit": "node --test scripts/shared/__tests__/**/*.test.js && node --test scripts/check-modules/__tests__/**/*.test.js && node --test scripts/check-modules/compare/__tests__/**/*.test.js",
+ "test:unit": "node --test scripts/**/__tests__/**/*.test.js",
50
"test:spelling": "cspell .",
51
"leaveMenu": "echo 'Leaving menu...'"
52
},
0 commit comments