File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 40
40
"build:3rd-party" : " node rollup/3rd-party.cjs" ,
41
41
"build:tests-index" : " node rollup/build_test_index.cjs" ,
42
42
"clean:3rd-party" : " rm src/3rd-party/*.js && rm src/3rd-party/*.css" ,
43
- "test:integration" : " static-handler --coi . 2>/dev/null & SH_PID=$!; EXIT_CODE=0; playwright test --fully-parallel tests/js_tests.spec.js tests/py_tests.spec.js || EXIT_CODE=$?; kill $SH_PID 2>/dev/null; exit $EXIT_CODE" ,
43
+ "test:integration" : " static-handler --coi . 2>/dev/null & SH_PID=$!; EXIT_CODE=0; playwright test --workers=1 tests/js_tests.spec.js tests/py_tests.spec.js || EXIT_CODE=$?; kill $SH_PID 2>/dev/null; exit $EXIT_CODE" ,
44
44
"test:ws" : " bun tests/ws/index.js & playwright test tests/ws.spec.js" ,
45
45
"dev" : " node dev.cjs" ,
46
46
"release" : " npm run build && npm run zip" ,
You can’t perform that action at this time.
0 commit comments