From 1888c2df224dc446ba7e70cc5b2e38c4c0168d55 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Sun, 21 May 2023 00:53:00 -0700 Subject: [PATCH] Update extending.md --- docs/test/extending.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/test/extending.md b/docs/test/extending.md index e42492eefd..a357d70e5f 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`