Remove empty page

This commit is contained in:
Jarred Sumner
2025-05-25 12:09:25 -07:00
parent 7dc58e0ce4
commit 3605531e34
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +0,0 @@
See the [`bun test`](https://bun.sh/docs/cli/test) documentation.

View File

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