Skip to content

Commit

Permalink
```sh-diff doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Apr 4, 2024
1 parent ca1dbb4 commit a09c421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/test/migrate-from-jest.md
Expand Up @@ -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

This comment has been minimized.

Copy link
@staabm

staabm Apr 4, 2024

Contributor

just diff instead of sh also works

- $ npx jest
- $ yarn test
+ $ bun test
Expand Down Expand Up @@ -57,7 +57,7 @@ Replace `bail` in your Jest config with the `--bail` CLI flag.
- };
``` -->

```sh-diff
```sh
$ bun test --bail 3
```

Expand Down

0 comments on commit a09c421

Please sign in to comment.