Skip to content

Commit bc9492f

Browse files
committed
new pages added
1 parent b8800af commit bc9492f

File tree

7 files changed

+2051
-167
lines changed

7 files changed

+2051
-167
lines changed

.vitepress/config.mts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ export default defineConfig({
8383
{text: "Error Handling", link: "/docs/guides/error-handling"},
8484
],
8585
},
86+
{
87+
text: "Testing",
88+
items: [
89+
{text: "Overview", link: "/docs/testing/overview"},
90+
{text: "MockComponent API", link: "/docs/testing/mock-component"},
91+
{text: "Examples", link: "/docs/testing/examples"},
92+
],
93+
},
8694
],
8795

8896
editLink: {

bun.lock

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)