Update extending.md

This commit is contained in:
Jarred Sumner
2023-05-21 00:53:00 -07:00
parent 08043c5274
commit 1888c2df22

View File

@@ -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`