Skip to content

Commit 50c0f52

Browse files
chore: fix path to jest
1 parent 372f2b7 commit 50c0f52

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
@@ -39,7 +39,7 @@
3939
"fix:code": "npm run lint:code -- --fix",
4040
"pretest": "npm run build && npm run lint",
4141
"test": "npm run test:base",
42-
"test:base": "node --experimental-vm-modules ./node_modules/.bin/jest",
42+
"test:base": "node --experimental-vm-modules ./node_modules/jest-cli/bin/jest",
4343
"test:smoketests": "nyc node smoketests",
4444
"test:coverage": "nyc --no-clean npm run test:base -- --coverage",
4545
"test:ci": "npm run test:cli && npm run test:packages",

0 commit comments

Comments
 (0)