|
176 | 176 | "start": "node ./scripts/start_demo_web_server.mjs", |
177 | 177 | "start:wasm": "node ./scripts/start_demo_web_server.mjs --include-wasm", |
178 | 178 | "test:integration": "npm run test:integration:chrome && npm run test:integration:firefox", |
179 | | - "test:integration:chrome": "export BROWSER_CONFIG=chrome; vitest run tests/integration", |
180 | | - "test:integration:chrome:watch": "export BROWSER_CONFIG=chrome; vitest watch tests/integration", |
181 | | - "test:integration:firefox": "export BROWSER_CONFIG=firefox; vitest run tests/integration", |
182 | | - "test:integration:firefox:watch": "export BROWSER_CONFIG=firefox; vitest watch tests/integration", |
183 | | - "test:memory": "export BROWSER_CONFIG=chrome; vitest run tests/memory", |
184 | | - "test:memory:chrome:watch": "export BROWSER_CONFIG=chrome; vitest watch tests/memory", |
| 179 | + "test:integration:chrome": "cross-env BROWSER_CONFIG=chrome vitest run tests/integration", |
| 180 | + "test:integration:chrome:watch": "cross-env BROWSER_CONFIG=chrome vitest watch tests/integration", |
| 181 | + "test:integration:firefox": "cross-env BROWSER_CONFIG=firefox vitest run tests/integration", |
| 182 | + "test:integration:firefox:watch": "cross-env BROWSER_CONFIG=firefox vitest watch tests/integration", |
| 183 | + "test:memory": "cross-env BROWSER_CONFIG=chrome vitest run tests/memory", |
| 184 | + "test:memory:chrome:watch": "cross-env BROWSER_CONFIG=chrome vitest watch tests/memory", |
185 | 185 | "test:unit": "jest --maxWorkers=5", |
186 | 186 | "test:unit:coverage": "jest --coverage", |
187 | 187 | "update-version": "npm run version --git-tag-version=false", |
|
208 | 208 | "@vitest/browser": "^1.6.0", |
209 | 209 | "babel-loader": "9.1.3", |
210 | 210 | "core-js": "3.34.0", |
| 211 | + "cross-env": "^7.0.3", |
211 | 212 | "esbuild": "0.19.10", |
212 | 213 | "eslint": "8.56.0", |
213 | 214 | "eslint-config-prettier": "^9.1.0", |
|
0 commit comments