diff options
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 94e58230a..12333e6da 100644 --- a/docs/nav.ts +++ b/docs/nav.ts @@ -190,6 +190,9 @@ export default { page("test/snapshots", "Snapshots", { description: "Add lifecycle hooks to your tests that run before/after each test or test run", }), + page("test/dom", "DOM testing", { + description: "Write headless tests for UI and React/Vue/Svelte/Lit components with happy-dom", + }), page("test/hot", "Watch mode", { description: "Reload your tests automatically on change.", }), |