feat(ws/dev-dep): replace Jest with modern Vitest#38308
feat(ws/dev-dep): replace Jest with modern Vitest#38308
Conversation
Signed-off-by: hainenber <[email protected]>
Signed-off-by: hainenber <[email protected]>
Code Review Agent Run #a3e068Actionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
Signed-off-by: hainenber <[email protected]>
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: codeant-ai-for-open-source[bot] <244253245+codeant-ai-for-open-source[bot]@users.noreply.github.com>
Signed-off-by: hainenber <[email protected]>
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: hainenber <[email protected]>
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: hainenber <[email protected]>
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: hainenber <[email protected]>
Signed-off-by: hainenber <[email protected]>
Code Review Agent Run #c21fcfActionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
|
I have no problem with this if it's a drop-in replacement, but @msyavuz and @sadpandajoe might have more opinions here than I do :D |
|
I like vitest and tried a similar thing in the past but couldn't get it to perform as well as jest |
feat(ws/dev-dep): replace Jest with modern Vitest
SUMMARY
Starting point for migrating Superset's FE test framework to ESM-friendly, modern and lightweight Vitest. No changes in the business code beside a few import modifications to keep up with newer type definitions
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A
TESTING INSTRUCTIONS
Green CI as acceptance criterion.
ADDITIONAL INFORMATION