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
Martin
6e109e50d1
restructure tests, add tests, remove dotenv ( #83 )
...
- add a few tests
- re-organize tests to allow testing with different env vars and
creating a combined coverage report
- extract test data into separate files, because importing data from
testA in testB leads to weird jest errors
- remove `dotenv` because it's not being used
- "GitHub Trends" -> "GitHub Stats Extended"
2026-02-20 19:38:16 +01:00
Marco Pasqualetti
3fb7b37d75
refactor: add eslint-plugin-import-x ( #65 )
...
- related to #29
2026-02-09 09:15:46 +01:00
Marco Pasqualetti and martin-mfg
8c065b473f
feat: setup monorepo using pnpm ( #20 )
...
* tests: fix float problems and PAT problem
* extend CONTRIBUTING.md
* extend build documentation, add GH action, fix build on MacOS
* fix build on Vercel
* update .gitignore and CONTRIBUTING.md
* feat: begin work on monorepo
* chore(actions/basic-build): use pnpm
* fix: vercel-deploy
* docs: updates with new folders
* chore: apply PR review comments
---------
Co-authored-by: martin-mfg <2026226+martin-mfg@users.noreply.github.com >
2026-01-19 14:11:58 +01:00