aboutsummaryrefslogtreecommitdiff
path: root/docs/test/extending.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/test/extending.md')
-rw-r--r--docs/test/extending.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/test/extending.md b/docs/test/extending.md
index e42492eef..a357d70e5 100644
--- a/docs/test/extending.md
+++ b/docs/test/extending.md
@@ -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`