Skip to content

Commit 0f89306

Browse files
committed
e2e tests?
1 parent 18c60e4 commit 0f89306

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/e2e-tests/test-applications/node-express-app/test-recipe.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,5 @@
88
"testCommand": "pnpm test",
99
"timeoutSeconds": 60
1010
}
11-
],
12-
"versions": [
13-
{
14-
"dependencyOverrides": {
15-
"typescript": "3.8.3"
16-
}
17-
}
1811
]
1912
}

packages/e2e-tests/test-applications/standard-frontend-react/test-recipe.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
"testCommand": "pnpm test"
99
}
1010
],
11+
"versions": [
12+
{
13+
"dependencyOverrides": {
14+
"typescript": "3.8.3"
15+
}
16+
}
17+
],
1118
"canaryVersions": [
1219
{
1320
"dependencyOverrides": {

0 commit comments

Comments
 (0)