File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6767 "test:all" : " run-s test:unit test:integration test:build" ,
6868 "test:build" : " yarn ts-node test/buildProcess/runTest.ts" ,
6969 "test:unit" : " jest" ,
70- "test:integration" : " test/run-integration-tests.sh && yarn test:types" ,
71- "test:integration:ci" : " run-s test:integration:clean test:integration:prepare test:integration: client:ci test:integration:server" ,
72- "test:integration:prepare" : " (cd test/integration && yarn && yarn build && yarn start)" ,
70+ "test:integration" : " ./ test/run-integration-tests.sh && yarn test:types" ,
71+ "test:integration:ci" : " run-s test:integration:clean test:integration:client:ci test:integration:server" ,
72+ "test:integration:prepare" : " (cd test/integration && yarn build && yarn start)" ,
7373 "test:integration:clean" : " (cd test/integration && rimraf .cache node_modules build)" ,
7474 "test:integration:client" : " yarn playwright install-deps && yarn playwright test test/integration/test/client/" ,
7575 "test:integration:client:ci" : " yarn test:integration:client --browser='all' --reporter='line'" ,
You can’t perform that action at this time.
0 commit comments