Skip to content

Commit 6930c02

Browse files
committed
remove test command for sveltekit
1 parent 11f0e59 commit 6930c02

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed
Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
{
22
"$schema": "../../test-recipe-schema.json",
33
"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-
]
4+
"buildCommand": "pnpm install && pnpm build"
155
}

0 commit comments

Comments
 (0)