zimicjs / zimic

TypeScript-first HTTP request mocking
https://npmjs.com/package/zimic
MIT License
9 stars 2 forks source link

Support to Bun #51

Open diego-aquino opened 9 months ago

diego-aquino commented 9 months ago
diego-aquino commented 1 week ago

Bun currently does not support Vitest, which is our main test framework. Even if we made changes on Zimic's side to support Bun, we would not be able to run our test suites in Bun.

Bun also does not appear to fully support MSW, even though the issue is closed.

I'm marking this issue as blocked for now. Unfortunately, there's not much Zimic can do to support Bun. :confused:

Blocked by