From 3a45f2c71bb17fbad0168fa76b32ae0c8ee67935 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Mon, 21 Aug 2023 21:34:03 -0700 Subject: Docs and types for v0.8.0 (#4199) * Improve test documentation * Update nodejs compat docs with tty * Add debugger guide * Document Bun.inspect.custom, improve bun test nav * Address reviews * Update Bun.file types * Add Nuxt guide * Add tty types --- docs/nav.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/nav.ts') diff --git a/docs/nav.ts b/docs/nav.ts index 4f12507f4..e54a89552 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -188,13 +188,13 @@ export default { page("cli/test", "`bun test`", { description: "Bun's test runner uses Jest-compatible syntax but runs 100x faster.", }), - page("test/hot", "Watch mode", { - description: "Reload your tests automatically on change.", - }), page("test/writing", "Writing tests", { description: "Write your tests using Jest-like expect matchers, plus setup/teardown hooks, snapshot testing, and more", }), + page("test/hot", "Watch mode", { + description: "Reload your tests automatically on change.", + }), page("test/lifecycle", "Lifecycle hooks", { description: "Add lifecycle hooks to your tests that run before/after each test or test run", }), -- cgit v1.2.3