File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 7171 - run : npm run build:module:light --if-present
7272 - run : npm install
7373 working-directory : test
74- - run : npm run test:github
74+ - run : npm run test:github-1
75+ working-directory : test
76+ - run : npm run test:github-2
77+ working-directory : test
78+ - run : npm run test:github-3
79+ working-directory : test
80+ - run : npm run test:github-4
81+ working-directory : test
82+ - run : npm run test:github-5
7583 working-directory : test
Original file line number Diff line number Diff line change 44 "scripts" : {
55 "test" : " mocha ./*.js --exit" ,
66 "test:ts" : " npx tsc --noEmit --lib esnext ./types.ts" ,
7- "test:github" : " npm run test:ts && mocha ./*.js --exit flexsearch.light.min && mocha ./*.js --exit flexsearch.light.module.min && mocha ./*.js --exit flexsearch.compact.min && mocha ./*.js --exit flexsearch.compact.module.min" ,
7+ "test:github-1" : " npm run test:ts " ,
8+ "test:github-2" : " mocha ./*.js --exit flexsearch.light.min" ,
9+ "test:github-3" : " mocha ./*.js --exit flexsearch.light.module.min" ,
10+ "test:github-4" : " mocha ./*.js --exit flexsearch.compact.min" ,
11+ "test:github-5" : " mocha ./*.js --exit flexsearch.compact.module.min" ,
812 "test:coverage" : " c8 -c ./.c8rc.json mocha ./*.js --exit" ,
913 "test:keystore" : " set NODE_OPTIONS=--max-old-space-size=16000 && c8 -c ./.c8rc.json mocha ./keystore.js --exit" ,
1014 "test:db" : " c8 -c ./.c8rc.json mocha ./persistent.*.js --exit" ,
You can’t perform that action at this time.
0 commit comments