Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Conversation

lars-reimann
Copy link
Member

Closes #1314.

Summary of Changes

Use vitest instead of jest as the testing framework.

@lars-reimann lars-reimann linked an issue Apr 3, 2023 that may be closed by this pull request
@lars-reimann lars-reimann force-pushed the 1314-replace-jest-with-vitest branch from 6aa0e5d to dc0f23c Compare April 3, 2023 09:17
@lars-reimann
Copy link
Member Author

lars-reimann commented Apr 3, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ JAVASCRIPT eslint 1 0 0 6.7s
✅ JAVASCRIPT prettier 1 0 0 1.09s
✅ JSON eslint-plugin-jsonc 4 0 0 3.87s
✅ JSON jsonlint 4 0 0.21s
✅ JSON npm-package-json-lint yes no 0.64s
✅ JSON prettier 4 0 0 2.21s
✅ JSON v8r 4 0 6.7s
✅ KOTLIN ktlint 1 0 0 3.52s
✅ REPOSITORY git_diff yes no 0.6s
✅ TYPESCRIPT eslint 19 0 0 8.78s
✅ TYPESCRIPT prettier 19 0 0 2.82s
✅ YAML prettier 1 0 0 1.06s
✅ YAML v8r 1 0 1.9s
✅ YAML yamllint 1 0 0.24s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@lars-reimann lars-reimann force-pushed the 1314-replace-jest-with-vitest branch from dc0f23c to 783b701 Compare April 3, 2023 09:18
@codecov
Copy link

codecov bot commented Apr 3, 2023

Codecov Report

Merging #1315 (e98388a) into main (d9c6f31) will increase coverage by 0.35%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1315      +/-   ##
==========================================
+ Coverage   56.66%   57.01%   +0.35%     
==========================================
  Files          86       86              
  Lines        3466     7091    +3625     
  Branches      594      668      +74     
==========================================
+ Hits         1964     4043    +2079     
- Misses       1233     2693    +1460     
- Partials      269      355      +86     
Components Coverage Δ
backend 81.66% <ø> (ø)
desktop 2.67% <ø> (ø)
gui 53.06% <ø> (+9.96%) ⬆️

see 46 files with indirect coverage changes

@lars-reimann lars-reimann merged commit ea81571 into main Apr 3, 2023
@lars-reimann lars-reimann deleted the 1314-replace-jest-with-vitest branch April 3, 2023 10:33
@lars-reimann
Copy link
Member Author

🎉 This PR is included in version 1.92.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Apr 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

released Included in a release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace jest with vitest

2 participants