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 103103 "test:integration:ci:common" : " run-s test:integration:clean test:integration:prepare test:integration:client:ci test:integration:server" ,
104104 "test:integration:prepare" : " (cd test/integration && yarn install)" ,
105105 "test:integration:clean" : " (cd test/integration && rimraf .cache node_modules build)" ,
106- "test:integration:client" : " yarn playwright install-deps && yarn playwright test test/integration/test/client/ --project='chromium'" ,
106+ "test:integration:client" : " yarn playwright test test/integration/test/client/ --project='chromium'" ,
107107 "test:integration:client:ci" : " yarn test:integration:client" ,
108108 "test:integration:server" : " export NODE_OPTIONS='--stack-trace-limit=25' && vitest run" ,
109109 "test:unit" : " jest" ,
You can’t perform that action at this time.
0 commit comments