Skip to content

Commit 70cf9aa

Browse files
committed
f
1 parent 673a36d commit 70cf9aa

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
@@ -384,7 +384,7 @@ const verifyBuildCfTypesScript = async (
384384
);
385385
expect(hasEnvInterfacePre).toBe(true);
386386

387-
expect(outputFileContent[1]).match(
387+
expect(outputFileContent[2]).match(
388388
/\/\/ Runtime types generated with workerd@1\.\d{8}\.\d \d{4}-\d{2}-\d{2} ([a-z_]+,?)*/,
389389
);
390390
};

0 commit comments

Comments
 (0)