1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-09 11:14:29 +02:00
unleash.unleash/src/lib/features/metrics/instance
Christopher Kolstad b681702b77
task: migrate tests to vitest
Vitest Pros:
* Automated failing test comments on github PRs
* A nice local UI with incremental testing when changing files (`yarn
test:ui`)
* Also nicely supported in all major IDEs, click to run test works (so
we won't miss what we had with jest).
* Works well with ESM

Vitest Cons:
* The ESBuild transformer vitest uses takes a little longer to transform
than our current SWC/jest setup, however, it is possible to setup SWC as
the transformer for vitest as well (though it only does one transform,
so we're paying ~7-10 seconds instead of ~ 2-3 seconds in transform
phase).
* Exposes how slow our tests are (tongue in cheek here)
2025-05-16 11:19:10 +02:00
..
findOutdatedSdks.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
findOutdatedSdks.ts
instance-service.test.ts task: migrate tests to vitest 2025-05-16 11:19:10 +02:00
instance-service.ts feat: track last seen clients using bulk update (#9981) 2025-05-15 13:06:54 +02:00
metrics.test.ts feat: track last seen clients using bulk update (#9981) 2025-05-15 13:06:54 +02:00
metrics.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
models.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
register.test.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
register.ts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00