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 7676 "test:integration:clean" : " (cd test/integration && rimraf .cache node_modules build)" ,
7777 "test:integration:client" : " yarn playwright install-deps && yarn playwright test test/integration/test/client/" ,
7878 "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/" ,
8080 "test:unit" : " jest" ,
8181 "test:watch" : " jest --watch" ,
8282 "yalc:publish" : " ts-node ../../scripts/prepack.ts && yalc publish build --push"
You can’t perform that action at this time.
0 commit comments