Skip to content

Commit a3b39d8

Browse files
authored
fix c3 tests (#9247)
1 parent f0f1055 commit a3b39d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-cloudflare/e2e-tests/frameworks.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ describe.concurrent(
8080
Object.entries(frameworkTests).forEach(([frameworkKey, testConfig]) => {
8181
const frameworkConfig = {
8282
workersTypes: "generated" as const,
83-
typesPath: "worker-configuration.d.ts",
83+
typesPath: "./worker-configuration.d.ts",
8484
envInterfaceName: "Env",
8585
...getFrameworkConfig(frameworkKey),
8686
};

0 commit comments

Comments
 (0)