Skip to content

Commit 248d46a

Browse files
committed
Run all tests
1 parent b372ea7 commit 248d46a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"lint:fix": "eslint --fix && prettier . --write",
4747
"prepare": "simple-git-hooks",
4848
"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",
49+
"test:unit": "node --test scripts/**/__tests__/**/*.test.js",
5050
"test:spelling": "cspell .",
5151
"leaveMenu": "echo 'Leaving menu...'"
5252
},

0 commit comments

Comments
 (0)