Skip to content

Commit

Permalink
chore: change changeset and remove redundant test options
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisDuarte1 committed Nov 20, 2024
1 parent 144d795 commit 4a17f40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .changeset/cyan-geese-smell.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
"@cloudflare/workflows-shared": minor
"miniflare": patch
"miniflare": minor
---

Add proper engine persistance in .wrangler and fix multiple workflows in miniflare
7 changes: 1 addition & 6 deletions fixtures/workflow-multiple/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ describe("Workflows", () => {
});
({ ip, port, stop, getOutput } = await runWranglerDev(
resolve(__dirname, ".."),
[
"--port=0",
"--inspector-port=0",
"--upstream-protocol=https",
"--host=prod.example.org",
]
["--port=0", "--inspector-port=0"]
));
});

Expand Down
7 changes: 1 addition & 6 deletions fixtures/workflow/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ describe("Workflows", () => {
});
({ ip, port, stop, getOutput } = await runWranglerDev(
resolve(__dirname, ".."),
[
"--port=0",
"--inspector-port=0",
"--upstream-protocol=https",
"--host=prod.example.org",
]
["--port=0", "--inspector-port=0"]
));
});

Expand Down

0 comments on commit 4a17f40

Please sign in to comment.