Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to Vitest #60

Merged
merged 6 commits into from
Jun 26, 2022
Merged

Migrate to Vitest #60

merged 6 commits into from
Jun 26, 2022

Conversation

motss
Copy link
Owner

@motss motss commented Feb 3, 2022

Description

  1. Migrate to vitest - a faster jest alternative

Caveat

It is still an order of magnitude slower (16ms vs 2.6s) than uvu + c8 combined but lack of the ergonomics provided by jest.

@motss motss self-assigned this Feb 3, 2022
@codecov
Copy link

codecov bot commented Feb 3, 2022

Codecov Report

Merging #60 (6420117) into main (c350859) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #60   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          114       114           
  Branches        14        18    +4     
=========================================
  Hits           114       114           
Flag Coverage Δ
unit_tests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@motss motss marked this pull request as ready for review June 12, 2022 08:36
@motss motss merged commit 3a8d099 into main Jun 26, 2022
@motss motss deleted the vitest branch June 26, 2022 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant