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 11f0e59 commit 6930c02Copy full SHA for 6930c02
packages/e2e-tests/test-applications/sveltekit/test-recipe.json
@@ -1,15 +1,5 @@
1
{
2
"$schema": "../../test-recipe-schema.json",
3
"testApplicationName": "Sveltekit",
4
- "buildCommand": "pnpm install && pnpm build",
5
- "tests": [
6
- {
7
- "testName": "Prod Mode",
8
- "testCommand": "pnpm test:prod"
9
- },
10
11
- "testName": "Dev Mode",
12
- "testCommand": "pnpm test:dev"
13
- }
14
- ]
+ "buildCommand": "pnpm install && pnpm build"
15
}
0 commit comments