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

refactor(test): moving tests over to vitest #77

Merged
merged 1 commit into from
Aug 13, 2023
Merged

Conversation

erunion
Copy link
Member

@erunion erunion commented Aug 13, 2023

🧰 Changes

I've been extremely impressed with Vitest!

Before

Test Suites: 1 passed, 1 total
Tests:       109 passed, 109 total
Snapshots:   0 total
Time:        3.844 s
Ran all test suites.
npx jest  6.23s user 0.41s system 139% cpu 4.773 total

After

 Test Files  1 passed (1)
      Tests  109 passed (109)
   Start at  20:01:15
   Duration  3.51s (transform 19ms, setup 0ms, collect 76ms, tests 3.20s, environment 0ms, prepare 54ms)

npx vitest run  5.69s user 0.45s system 154% cpu 3.966 total

@erunion erunion added the refactor Issues about tackling technical debt label Aug 13, 2023
@erunion erunion merged commit 331ae23 into main Aug 13, 2023
@erunion erunion deleted the refactor/vitest branch August 13, 2023 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Issues about tackling technical debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant