aboutsummaryrefslogtreecommitdiff
path: root/docs/nav.ts
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-05-21 01:29:57 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-05-21 01:29:57 -0700
commit12b34c625833c7cff4ecb6ebd67b3872028f4a80 (patch)
tree700ae66cf8502965250757a5d22ec3ee20f863a5 /docs/nav.ts
parent34af34db9f3fbbe475422b203b16164d605368d5 (diff)
downloadbun-12b34c625833c7cff4ecb6ebd67b3872028f4a80.tar.gz
bun-12b34c625833c7cff4ecb6ebd67b3872028f4a80.tar.zst
bun-12b34c625833c7cff4ecb6ebd67b3872028f4a80.zip
Add watch mode page
Diffstat (limited to 'docs/nav.ts')
-rw-r--r--docs/nav.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/nav.ts b/docs/nav.ts
index 22640be2e..8ddced819 100644
--- a/docs/nav.ts
+++ b/docs/nav.ts
@@ -184,6 +184,9 @@ export default {
page("test/extending", "Extending the test runner", {
description: "Add lifecycle hooks to your tests that run before/after each test, or before/after all tests.",
}),
+ page("test/hot", "Watch mode", {
+ description: "Reload your tests automatically on change.",
+ }),
divider("Package runner"),
page("cli/bunx", "`bunx`", {