From 3605531e34c83dca30f9ca8d7e5acb5381eb7d3b Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sun, 25 May 2025 12:09:25 -0700 Subject: [PATCH] Remove empty page --- docs/api/test.md | 1 - docs/nav.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 docs/api/test.md diff --git a/docs/api/test.md b/docs/api/test.md deleted file mode 100644 index d9898ffc0f..0000000000 --- a/docs/api/test.md +++ /dev/null @@ -1 +0,0 @@ -See the [`bun test`](https://bun.sh/docs/cli/test) documentation. diff --git a/docs/nav.ts b/docs/nav.ts index 89d6317d86..5cebfd11f6 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -392,7 +392,7 @@ export default { page("api/cc", "C Compiler", { description: `Build & run native C from JavaScript with Bun's native C compiler API`, }), // "`bun:ffi`"), - page("api/test", "Testing", { + page("cli/test", "Testing", { description: `Bun's built-in test runner is fast and uses Jest-compatible syntax.`, }), // "`bun:test`"), page("api/utils", "Utils", {