Skip to content

Commit e3ba0ad

Browse files
authored
test(e2e): Add canary tests for react e2e tests (#8068)
1 parent 5cd11c2 commit e3ba0ad

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/e2e-tests/test-applications/create-react-app/test-recipe.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,13 @@
22
"$schema": "../../test-recipe-schema.json",
33
"testApplicationName": "create-react-app",
44
"buildCommand": "pnpm install && pnpm build",
5-
"tests": []
5+
"tests": [],
6+
"canaryVersions": [
7+
{
8+
"dependencyOverrides": {
9+
"react": "canary",
10+
"react-dom": "canary"
11+
}
12+
}
13+
]
614
}

0 commit comments

Comments
 (0)