Skip to content

Commit 096d416

Browse files
committed
add tab
1 parent 1d6c6e7 commit 096d416

File tree

2 files changed

+194
-194
lines changed

2 files changed

+194
-194
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-
`interface ${envInterfaceName} {`,
393+
`\tinterface ${envInterfaceName} {`,
394394
);
395395
};
396396

0 commit comments

Comments
 (0)