Skip to content

Commit 032369d

Browse files
authored
chore: reflect current test directory structure
1 parent 02ac533 commit 032369d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,11 @@ shared/ # Shared between app and server
172172
└── types/ # TypeScript type definitions
173173
174174
cli/ # Local connector CLI (separate workspace)
175+
175176
test/ # Vitest tests
176177
├── unit/ # Unit tests (*.spec.ts)
177-
── nuxt/ # Nuxt component tests
178-
tests/ # Playwright E2E tests
178+
── nuxt/ # Nuxt component tests
179+
└── e2e/ # Playwright E2E tests
179180
```
180181

181182
> [!TIP]

0 commit comments

Comments
 (0)