mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
```sh-diff doesn't work
This commit is contained in:
@@ -4,7 +4,7 @@ name: Migrate from Jest to Bun's test runner
|
||||
|
||||
In many cases, Bun's test runner can run Jest test suites with no code changes. Just run `bun test` instead of `npx jest`, `yarn test`, etc.
|
||||
|
||||
```sh-diff
|
||||
```sh
|
||||
- $ npx jest
|
||||
- $ yarn test
|
||||
+ $ bun test
|
||||
@@ -57,7 +57,7 @@ Replace `bail` in your Jest config with the `--bail` CLI flag.
|
||||
- };
|
||||
``` -->
|
||||
|
||||
```sh-diff
|
||||
```sh
|
||||
$ bun test --bail 3
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user