From 915e7f6134984001213d2e561154e8a44468d942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Somhairle=20MacLe=C3=B2id?= Date: Wed, 11 Sep 2024 15:16:58 +0100 Subject: [PATCH] Create hot-moons-walk.md --- .changeset/hot-moons-walk.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/hot-moons-walk.md diff --git a/.changeset/hot-moons-walk.md b/.changeset/hot-moons-walk.md new file mode 100644 index 000000000000..d58911469331 --- /dev/null +++ b/.changeset/hot-moons-walk.md @@ -0,0 +1,5 @@ +--- +"@cloudflare/vitest-pool-workers": patch +--- + +fix: The `workerd` provided `node:url` module doesn't support everything Vitest needs. As a short-term fix, inject the `node:url` polyfill into the worker bundle.