aboutsummaryrefslogtreecommitdiffstats
path: root/vitest.config.ts
Commit message (Collapse)AuthorAgeFilesLines
* test: Add end-to-end tests for new public share Vue UIFerdinand Thiessen2024-09-061-0/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Move from Jest to vitestFerdinand Thiessen2024-08-261-0/+26
There are some benefits, like faster tests and thus saving CI time, but the main reason for me is: Jest still does not properly support ESM packages, this casues a lot of breaking stuff. Sometimes you need to adjust imports for mocking, and somethimes other random stuff break. Instead of wasting valuable developer lifetime we can use vitest which works perfectly with ESM. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>