aboutsummaryrefslogtreecommitdiff
path: root/docs/nav.ts
diff options
context:
space:
mode:
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`", {