File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments