kwhitley / itty-fetcher

An even simpler wrapper around native Fetch to strip boilerplate from your fetching code!
MIT License
99 stars 4 forks source link

Move to Vitest #7

Closed danawoodman closed 2 years ago

danawoodman commented 2 years ago

Vitest tests now run in ~120ms compared to 2-3s with Jest.

Other improvements:

Note: I haven't verified that the coverage report settings are right, I'll prob need your eyes on that @kwhitley