|
8 | 8 | "preview": "vite preview",
|
9 | 9 | "prepare": "svelte-kit sync",
|
10 | 10 | "check": "svelte-kit sync && tsc && svelte-check",
|
11 |
| - "test": "node test/setup.js && pnpm test:unit && pnpm test:dev && pnpm test:build", |
12 |
| - "test:dev": "rm -rf test/errors.json && DEV=true playwright test", |
13 |
| - "test:build": "rm -rf test/errors.json && PUBLIC_PRERENDERING=false playwright test", |
14 |
| - "test:cross-platform:dev": "node test/setup.js && rm -rf test/errors.json && DEV=true playwright test test/cross-platform/", |
15 |
| - "test:cross-platform:build": "node test/setup.js && rm -rf test/errors.json && playwright test test/cross-platform/", |
16 |
| - "test:server-side-route-resolution:dev": "node test/setup.js && rm -rf test/errors.json && DEV=true ROUTER_RESOLUTION=server playwright test", |
17 |
| - "test:server-side-route-resolution:build": "node test/setup.js && rm -rf test/errors.json && PUBLIC_PRERENDERING=false ROUTER_RESOLUTION=server playwright test", |
| 11 | + "test": "pnpm test:unit && pnpm test:dev && pnpm test:build", |
| 12 | + "test:dev": "node test/setup.js && DEV=true playwright test", |
| 13 | + "test:build": "node test/setup.js && PUBLIC_PRERENDERING=false playwright test", |
| 14 | + "test:cross-platform:dev": "node test/setup.js && DEV=true playwright test test/cross-platform/", |
| 15 | + "test:cross-platform:build": "node test/setup.js && playwright test test/cross-platform/", |
| 16 | + "test:server-side-route-resolution:dev": "node test/setup.js && DEV=true ROUTER_RESOLUTION=server playwright test", |
| 17 | + "test:server-side-route-resolution:build": "node test/setup.js && PUBLIC_PRERENDERING=false ROUTER_RESOLUTION=server playwright test", |
18 | 18 | "test:unit": "vitest run"
|
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
|
0 commit comments