Skip to content

Commit b65e9a6

Browse files
committed
refactor: optimize test file organization
- Remove unused starter.test.ts file - Merge starter-basic.test.ts and starter-env.test.ts into basic.test.ts since they share the same fixture root (examples/starter) - Remove 'starter-' prefix from all test files for cleaner naming: - starter-no-ssr.test.ts → no-ssr.test.ts - starter-react-compiler.test.ts → react-compiler.test.ts - starter-base.test.ts → base.test.ts - starter-module-runner.test.ts → module-runner.test.ts - starter-render-built-url.test.ts → render-built-url.test.ts Now only truly independent test files (different fixture roots) are split, allowing for optimal parallelization while maintaining logical grouping.
1 parent 91fa925 commit b65e9a6

9 files changed

Lines changed: 41 additions & 1034 deletions
File renamed without changes.

packages/plugin-rsc/e2e/basic.test.ts

Lines changed: 41 additions & 954 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/plugin-rsc/e2e/starter-basic.test.ts

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

packages/plugin-rsc/e2e/starter-env.test.ts

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

packages/plugin-rsc/e2e/starter.test.ts

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

0 commit comments

Comments
 (0)