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 c590603 commit 3bc4b62Copy full SHA for 3bc4b62
packages/wrangler/e2e/deploy.test.ts
@@ -44,7 +44,7 @@ describe.skipIf(!CLOUDFLARE_ACCOUNT_ID)("deploy", { timeout: TIMEOUT }, () => {
44
});
45
46
afterAll(async () => {
47
- await helper.run(`wrangler delete`);
+ await helper.run("wrangler delete");
48
49
50
it("omit subdomain warnings on 1st deploy", async () => {
0 commit comments