Skip to content

Commit ada9416

Browse files
committed
add tab to types line
1 parent 289a1c5 commit ada9416

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

0 commit comments

Comments
 (0)