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 f0f1055 commit a3b39d8Copy full SHA for a3b39d8
packages/create-cloudflare/e2e-tests/frameworks.test.ts
@@ -80,7 +80,7 @@ describe.concurrent(
80
Object.entries(frameworkTests).forEach(([frameworkKey, testConfig]) => {
81
const frameworkConfig = {
82
workersTypes: "generated" as const,
83
- typesPath: "worker-configuration.d.ts",
+ typesPath: "./worker-configuration.d.ts",
84
envInterfaceName: "Env",
85
...getFrameworkConfig(frameworkKey),
86
};
0 commit comments