We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf93f21 commit a671617Copy full SHA for a671617
package.json
@@ -37,10 +37,11 @@
37
"build": "vite build",
38
"preview": "vite preview",
39
"start": "node cli.cjs",
40
- "test": "playwright test",
+ "test": "npm run test:unit && npm run test:integration",
41
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
42
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
43
- "test:unit": "vitest",
+ "test:integration": "playwright test",
44
+ "test:unit": "vitest run",
45
"lint": "prettier --plugin-search-dir . --check . && eslint .",
46
"format": "prettier --plugin-search-dir . --write ."
47
},
0 commit comments