Skip to content

Commit 93f3058

Browse files
committed
change line check
1 parent ada9416 commit 93f3058

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
@@ -390,7 +390,7 @@ const verifyBuildCfTypesScript = async (
390390

391391
// the file still contains the env interface
392392
expect(outputFileContentPostLines).toContain(
393-
`\tinterface ${envInterfaceName} {`,
393+
`interface ${envInterfaceName} extends Cloudflare.Env {}`,
394394
);
395395
};
396396

0 commit comments

Comments
 (0)