diff --git a/packages/e2e-tests/test-applications/create-react-app/test-recipe.json b/packages/e2e-tests/test-applications/create-react-app/test-recipe.json index a2b1bd98ea61..a45dde0d9c07 100644 --- a/packages/e2e-tests/test-applications/create-react-app/test-recipe.json +++ b/packages/e2e-tests/test-applications/create-react-app/test-recipe.json @@ -2,5 +2,13 @@ "$schema": "../../test-recipe-schema.json", "testApplicationName": "create-react-app", "buildCommand": "pnpm install && pnpm build", - "tests": [] + "tests": [], + "canaryVersions": [ + { + "dependencyOverrides": { + "react": "canary", + "react-dom": "canary" + } + } + ] }