File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"main" : " ./dist/index.d.ts" ,
7
7
"scripts" : {
8
- "test" : " cross-env NODE_OPTIONS=\" --experimental-vm-modules --max-old-space-size=4096 --trace-deprecation\" jest" ,
9
- "testu" : " cross-env NODE_OPTIONS=\" --experimental-vm-modules --max-old-space-size=4096 --trace-deprecation\" jest -u --forceExit" ,
8
+ "test" : " cross-env NODE_OPTIONS=\" --experimental-vm-modules --max-old-space-size=4096 --trace-deprecation\" jest --runInBand " ,
9
+ "testu" : " cross-env NODE_OPTIONS=\" --experimental-vm-modules --max-old-space-size=4096 --trace-deprecation\" jest -u --runInBand -- forceExit" ,
10
10
"test:metric" : " node --experimental-vm-modules --max-old-space-size=4096 --trace-deprecation ../../node_modules/jest/bin/jest.js --json --colors --forceExit | node scripts/test-metric.js" ,
11
11
"test:metric:json" : " cross-env NODE_OPTIONS=\" --experimental-vm-modules --max-old-space-size=4096 --trace-deprecation\" jest --logHeapUsage --json"
12
12
},
You can’t perform that action at this time.
0 commit comments