From 12b34c625833c7cff4ecb6ebd67b3872028f4a80 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Sun, 21 May 2023 01:29:57 -0700 Subject: Add watch mode page --- docs/nav.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/nav.ts') 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`", { -- cgit v1.2.3