Runs Bun against packages and apps in the JavaScript ecosystem.
This Repository has two main purposes:
- Warn Bun developers of potential regressions before they are released.
- Show examples of how easy it is to migrate to Bun 🐰
To install dependencies:
bun install
To run tests locally:
bun start
# See `bun start -h` for a full list of options
Packages are added based on several criteria, including popularity and the variety of internal Bun modules they use. The Bun team is not currently accepting requests to add packages to this test suite.