Files
github-stats-extended/pnpm-workspace.yaml
T
Marco Pasqualetti 238ca1c97f test(backend): migrate to vitest (#95)
Use `vitest` for backend tests:

- `bench` script now uses [vitest's
`bench`](https://vitest.dev/api/#bench)
- e2e test fails with same error happening now with jest:`data-testid`
attribute not present.
  vitest left, jest right
<img width="1264" height="603" alt="image"
src="https://github.com/user-attachments/assets/56fc43a6-e143-4208-bf14-7e016aae7fa9"
/>
2026-02-22 16:02:46 +01:00

15 lines
190 B
YAML

packages:
- apps/*
catalog:
"@vitest/coverage-v8": 4.0.18
vite: 7.3.1
vitest: 4.0.18
minimumReleaseAge: 10080
onlyBuiltDependencies:
- "@swc/core"
- esbuild
- unrs-resolver