Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

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

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:       1 skipped, 72 passed, 73 total
Snapshots:   14 passed, 14 total
Time:        2.01 s
Ran all test suites.
npx jest  4.12s user 0.32s system 154% cpu 2.879 total

After

 Test Files  1 passed (1)
      Tests  72 passed | 1 skipped (73)
   Start at  20:19:27
   Duration  1.43s (transform 133ms, setup 0ms, collect 172ms, tests 1.04s, environment 0ms, prepare 54ms)

npx vitest run  3.05s user 0.41s system 188% cpu 1.832 total

@erunion erunion added the enhancement New feature or request label Aug 13, 2023
@erunion erunion merged commit b53dc45 into main Aug 13, 2023
@erunion erunion deleted the refactor/vitest branch August 13, 2023 03:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant