Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed May 28, 2024
2 parents 322817f + 2cd09a8 commit 27b2c7d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/bun/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,12 @@ bun install @deepkit/type @deepkit/type-compiler @deepkit/core @deepkit/bun type
"reflection": true
}
```

## Bun test runner

To use the [bun test runner](https://bun.sh/docs/cli/test) instead of Jest add the following to file `bunfig.toml`:

```toml
[test]
preload = ["@deepkit/bun"]
```

0 comments on commit 27b2c7d

Please sign in to comment.