mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update extending.md
This commit is contained in:
@@ -68,7 +68,7 @@ To save yourself from having to type `--preload` every time you run tests, you c
|
||||
|
||||
```toml
|
||||
[test]
|
||||
preload = ["preloaded.ts"]
|
||||
preload = ["./preloaded.ts"]
|
||||
```
|
||||
|
||||
## Loaders & Resolvers
|
||||
@@ -131,3 +131,5 @@ Or you can pass --preload to the command line:
|
||||
```sh
|
||||
$ bun test --preload=loader.ts
|
||||
```
|
||||
|
||||
TODO: `expect.extend`
|
||||
|
||||
Reference in New Issue
Block a user