workers-sdk
workers-sdk copied to clipboard
⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
They're not currently running.
### What version of `Wrangler` are you using? 2.1.3 ### What operating system are you using? Mac ### Describe the Bug When attempting to publish a Worker to a custom...
Currently new tests are utilizing Mock Service Workers (MSW) and `r2.test` & `whoami.test` were converted to fully utilize the current MSW implementation. This is a tracking ticket anyone is welcome...
Create abstractions/helpers for Mock Service Workers, ideally simplifying and standardizing the implementation of MSW in testing throughout the tests, i.e. Some small helpers (e.g. ctx.ok for JSON ok responses and...
Initial implementation of `worker.scheduled()` for `unstable_dev`. (https://github.com/cloudflare/wrangler2/issues/1804) ```js const worker = await unstable_dev("index.js"); const resp1 = await worker.fetch("/path"); // We now export a way of testing scheduled events const resp2...
Due to the local fetch check, URL objects are wrongly not accepted by `fetch()` calls, amend the `checkedFetch` function in order to allow such scenario (which anyways works after deployment)....
### What version of `Wrangler` are you using? 2.1.3 ### What operating system are you using? Mac ### Describe the Bug Run `wrangler init --from-dash `. This is the final...
### What version of `Wrangler` are you using? 2.0.26 ### What operating system are you using? Pop!_OS 22.04 LTS ### Describe the Bug run `pnpm wrangler pages dev -- next...
### Describe the solution There isn't really much reason for these to be outside of the wrangler package, so we should consider moving it into the main tests directory.
### What version of `Wrangler` are you using? 2.1.13 ### What operating system are you using? Mac ### Describe the Bug When you create a PR, and the bot drops...