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", {