summaryrefslogtreecommitdiffstats
path: root/__tests__/setup-testing-library.js
Commit message (Collapse)AuthorAgeFilesLines
* refactor(federatedfilesharing): Replace deprecated functionsFerdinand Thiessen2024-10-291-0/+1
| | | | | | | | | * Replace deprecated OC dialogs methods * Replace deprecated global jQuery with axios * Replace deprecated jQuery event with event bus * Add component + unit tests for new dialog Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Move from Jest to vitestFerdinand Thiessen2024-08-261-0/+5
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>