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 ada9416 commit 93f3058Copy full SHA for 93f3058
packages/create-cloudflare/e2e-tests/frameworks.test.ts
@@ -390,7 +390,7 @@ const verifyBuildCfTypesScript = async (
390
391
// the file still contains the env interface
392
expect(outputFileContentPostLines).toContain(
393
- `\tinterface ${envInterfaceName} {`,
+ `interface ${envInterfaceName} extends Cloudflare.Env {}`,
394
);
395
};
396
0 commit comments