cloudflare / workers-sdk

⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
https://developers.cloudflare.com/workers/
Apache License 2.0
2.74k stars 726 forks source link

Additional meta-testing for the Workers Vitest integration #5392

Closed mrbbot closed 6 months ago

mrbbot commented 8 months ago

Currently, the Vitest integration is tested against a suite of example tests. There are some things that can't be tested this way though:

These require us to (re)start Vitest programatically and assert on its output, or interact with a running session. We'll also want to make sure we're testing...

petebacondarwin commented 6 months ago

Closed by #5869