aboutsummaryrefslogtreecommitdiffstats
path: root/__tests__
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>
* test: Add end-to-end tests for new public share Vue UIFerdinand Thiessen2024-09-061-5/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Move from Jest to vitestFerdinand Thiessen2024-08-264-18/+10
| | | | | | | | | | 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>
* test: Adjust Typescript definitions for OCP and OCFerdinand Thiessen2024-07-091-0/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-0/+3
| | | | | | | | | 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>
* chore: Add SPDX headerAndy Scherzinger2024-05-102-19/+6
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: add drag and drop recursion and FilesystemAPI testingskjnldsv2024-04-041-0/+124
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(tests): actions adjust and jest fetch mockJohn Molakvoæ2023-08-171-0/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore: upgrade typescript, eslint and fix lintJohn Molakvoæ2023-06-271-0/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: add edit locally action with testsJohn Molakvoæ2023-06-221-0/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: prepare jest upgrade and ts testingJohn Molakvoæ2023-06-211-0/+23
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>