Skip to content

Commit 8b52a44

Browse files
committed
Fix command
1 parent 93635b7 commit 8b52a44

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,10 @@
6363
"test:unit": "vitest --run",
6464
"test:types": "npm run ts && npm run tsc:root-types",
6565
"ts": "run-s ts:* ts:*:*",
66-
"ts:jest:@jest/global": "cd test-types/jest-@jest_global && tsc --project ./tsconfig.json",
6766
"ts:jest:@types-jest": "cd test-types/jest-@types_jest && tsc --project ./tsconfig.json",
6867
"ts:mocha": "cd test-types/mocha && tsc --project ./tsconfig.json",
6968
"ts:jasmine": "cd test-types/jasmine && tsc --project ./tsconfig.json",
70-
"ts:jasmine-async": "cd test-types/jasmine-async && tsc --project ./tsconfig.json",
69+
"ts:jasmine-global-expect": "cd test-types/jasmine-global-expect-async && tsc --project ./tsconfig.json",
7170
"checks:all": "npm run build && npm run compile && npm run tsc:root-types && npm run test && npm run ts",
7271
"watch": "npm run compile -- --watch",
7372
"prepare": "husky install",

0 commit comments

Comments
 (0)