diff options
author | 2023-05-21 01:29:57 -0700 | |
---|---|---|
committer | 2023-05-21 01:29:57 -0700 | |
commit | 12b34c625833c7cff4ecb6ebd67b3872028f4a80 (patch) | |
tree | 700ae66cf8502965250757a5d22ec3ee20f863a5 /docs/nav.ts | |
parent | 34af34db9f3fbbe475422b203b16164d605368d5 (diff) | |
download | bun-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.ts | 3 |
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`", { |