aboutsummaryrefslogtreecommitdiffstats
path: root/jest.config.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore: Move from Jest to vitestFerdinand Thiessen2024-08-261-81/+0
| | | | | | | | | | 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>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-1/+4
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Adjust babel module resolutionFerdinand Thiessen2024-06-111-1/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-101-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* test(jest): Transform unist modulesChristopher Ng2024-04-111-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: add drag and drop recursion and FilesystemAPI testingskjnldsv2024-04-041-0/+7
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(systemtags): Add one unittest for to test tags parsing after the ↵Ferdinand Thiessen2023-09-191-0/+1
| | | | | | dependency was updated Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Add testsLucas Azevedo2023-09-131-0/+1
| | | | Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
* fix(tests): actions adjust and jest fetch mockJohn Molakvoæ2023-08-171-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore: add actions testingJohn Molakvoæ2023-07-111-0/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore: update webdav to 5.2.2John Molakvoæ2023-07-051-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore: upgrade typescript, eslint and fix lintJohn Molakvoæ2023-06-271-0/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: prepare jest coverage supportJohn Molakvoæ2023-06-211-16/+19
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: prepare jest upgrade and ts testingJohn Molakvoæ2023-06-211-0/+70
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>