diff options
Diffstat (limited to 'docs/test')
-rw-r--r-- | docs/test/extending.md | 4 |
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` |