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 110110 "test:integration:ci" : " run-s test:integration:clean test:integration:prepare test:integration:client:ci test:integration:server" ,
111111 "test:integration:prepare" : " (cd test/integration && yarn install)" ,
112112 "test:integration:clean" : " (cd test/integration && rimraf .cache node_modules build)" ,
113- "test:integration:client" : " yarn playwright install-deps && yarn playwright test test/integration/test/client/ --project='chromium'" ,
113+ "test:integration:client" : " yarn playwright test test/integration/test/client/ --project='chromium'" ,
114114 "test:integration:client:ci" : " yarn test:integration:client" ,
115115 "test:integration:server" : " export NODE_OPTIONS='--stack-trace-limit=25' && vitest run" ,
116116 "test:unit" : " vitest run --config vitest.config.unit.ts" ,
You can’t perform that action at this time.
0 commit comments