blob: 2ed8df0c7ca2a286e41635704acebe8e28f63a92 (
plain) (
blame)
1
2
3
4
5
6
7
|
# bun-ecosystem
A registry to test `npm` packages using Bun. This can be used as a tool to find bugs in Bun by running the test suites of these packages. In the future, we will run theses tests to catch regressions between releases.
```sh
bun run test
```
|