We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ac533 commit 032369dCopy full SHA for 032369d
1 file changed
CONTRIBUTING.md
@@ -172,10 +172,11 @@ shared/ # Shared between app and server
172
└── types/ # TypeScript type definitions
173
174
cli/ # Local connector CLI (separate workspace)
175
+
176
test/ # Vitest tests
177
├── unit/ # Unit tests (*.spec.ts)
-└── nuxt/ # Nuxt component tests
178
-tests/ # Playwright E2E tests
+├── nuxt/ # Nuxt component tests
179
+└── e2e/ # Playwright E2E tests
180
```
181
182
> [!TIP]
0 commit comments