Skip to content

Commit ea9f4a3

Browse files
committed
refactor: reorganize test structure into unit, integration, performance, and e2e
- Move tests from root test/ to organized subdirectories - Extract edge cases to appropriate test files - Remove duplicate and DOM-only tests - Add test-plan.md for documentation - Total tests: 202 (previously 207 with duplicates)
1 parent f190635 commit ea9f4a3

17 files changed

+2344
-584
lines changed

test/basic.test.ts renamed to test/e2e/basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { setup, $fetch } from '@nuxt/test-utils/e2e'
44

55
describe('ssr', async () => {
66
await setup({
7-
rootDir: fileURLToPath(new URL('./fixtures/basic', import.meta.url)),
7+
rootDir: fileURLToPath(new URL('../fixtures/basic', import.meta.url)),
88
})
99

1010
it('renders the index page', async () => {

test/edge-cases.test.ts

Lines changed: 0 additions & 387 deletions
This file was deleted.

0 commit comments

Comments
 (0)