Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjessop committed Feb 3, 2025
1 parent 9c0edff commit 1cb79e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/wrangler/e2e/dev-with-resources.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ describe.sequential.each(RUNTIMES)("Bindings: $flags", ({ runtime, flags }) => {
const worker = helper.runLongLived(
`wrangler dev ${flags} --port ${port} --inspector-port ${inspectorPort}`
);
const matches = await worker.readUntil(/NAMESPACE/);
expect(matches).toEqual([]);
const { url } = await worker.waitForReady();
const res = await fetch(url);
expect(await res.text()).toBe("existing-value");
Expand Down

0 comments on commit 1cb79e7

Please sign in to comment.