File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 76
76
"test:integration:clean" : " (cd test/integration && rimraf .cache node_modules build)" ,
77
77
"test:integration:client" : " yarn playwright install-deps && yarn playwright test test/integration/test/client/" ,
78
78
"test:integration:client:ci" : " yarn test:integration:client --browser='all' --reporter='line'" ,
79
- "test:integration:server" : " export NODE_OPTIONS='--stack-trace-limit=25' && jest --config=test/integration/jest.config.js test/integration/test/server/" ,
79
+ "test:integration:server" : " export NODE_OPTIONS='--stack-trace-limit=25' && jest --runInBand -- config=test/integration/jest.config.js test/integration/test/server/" ,
80
80
"test:unit" : " jest" ,
81
81
"test:watch" : " jest --watch" ,
82
82
"yalc:publish" : " ts-node ../../scripts/prepack.ts && yalc publish build --push"
You can’t perform that action at this time.
0 commit comments