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 3af2e30 commit 4c5ba38Copy full SHA for 4c5ba38
packages/wrangler/e2e/types.test.ts
@@ -59,7 +59,7 @@ describe("types", () => {
59
path.join(helper.tmpPath, "./worker-configuration.d.ts"),
60
"utf8"
61
);
62
- expect(file).contains('declare module "cloudflare:workers"');
+ expect(file).matches(/declare module ['"]cloudflare:workers["']/);
63
expect(file).contains("interface Env");
64
});
65
0 commit comments