migrate-to-rstest
Migrate Jest or Vitest projects to Rstest. Use when replacing Jest/Vitest config, scripts, APIs, setup, mocks, snapshots, coverage, or projects with @rstest/core; auditing test discovery parity; resolving config-loading or dependency-version failures; or diagnosing migration-time build, runtime, memory, and performance regressions caused by Rstest's Rsbuild/Rspack execution model, dependency bundling, runtime-mocked module graphs, assets, logs, or worker pools.
Pinned to revision 3d74d4c1d15f, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/migrate-to-rstest/SKILL.md
- skills/migrate-to-rstest/references/config-module-type.md
- skills/migrate-to-rstest/references/dependency-bundling-performance.md
- skills/migrate-to-rstest/references/dependency-install-gate.md
- skills/migrate-to-rstest/references/detect-test-framework.md
- skills/migrate-to-rstest/references/discovery-parity.md
- skills/migrate-to-rstest/references/global-api-migration.md
- skills/migrate-to-rstest/references/jest-migration-deltas.md
- skills/migrate-to-rstest/references/mocked-module-build-graph.md
- skills/migrate-to-rstest/references/performance-diagnosis.md
- skills/migrate-to-rstest/references/vitest-migration-deltas.md
Every link opens the file at its source, pinned to the revision this page describes.