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 7a0fc21 commit 55ff287Copy full SHA for 55ff287
1 file changed
CONTRIBUTING.md
@@ -179,10 +179,11 @@ shared/ # Shared between app and server
179
└── types/ # TypeScript type definitions
180
181
cli/ # Local connector CLI (separate workspace)
182
+
183
test/ # Vitest tests
184
├── unit/ # Unit tests (*.spec.ts)
-└── nuxt/ # Nuxt component tests
185
-tests/ # Playwright E2E tests
+├── nuxt/ # Nuxt component tests
186
+└── e2e/ # Playwright E2E tests
187
```
188
189
> [!TIP]
0 commit comments