test: move rspack test cases to tests/rspack-test#11617
Conversation
✅ Deploy Preview for rspack canceled.
|
b053d13 to
943176d
Compare
📦 Binary Size-limit
🙈 Size remains the same at 47.23MB |
CodSpeed Performance ReportMerging #11617 will not alter performanceComparing 🎉 Hooray!
|
There was a problem hiding this comment.
Pull Request Overview
Move rspack test cases from packages/rspack-test-tools/tests to tests/rspack-test to reorganize the test structure. This consolidates test cases in a dedicated tests directory and updates all related imports and path references.
- Move all test files from packages/rspack-test-tools/tests to tests/rspack-test
- Update import statements to use @rspack/test-tools instead of relative imports
- Modify snapshot files to reflect new path structure
Reviewed Changes
Copilot reviewed 106 out of 7696 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tests/rspack-test/*.test.js | Updated imports to use @rspack/test-tools package |
| tests/rspack-test/snapshots/*.snap | Updated path references in snapshot files |
| packages/rspack-test-tools/src/**/*.ts | Updated internal paths to point to new test location |
| pnpm-workspace.yaml | Added tests/rspack-test to workspace packages |
| scripts/test/add-config-type.cjs | Updated paths for config type injection |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Summary
Just move test cases from
packages/rspack-test-tools/teststotests/rspack-test, and will merge webpack-test into it in near future.Related links
Checklist