aboutsummaryrefslogtreecommitdiffstats
path: root/jest.config.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded and problematic vue-cli-plugin-unit-testVincent Petry2022-09-261-1/+9
| | | | | | | It was causing issues during dependency upgrades and wasn't really used except for its preset definition. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix node tests ciCarl Schwan2022-05-301-0/+52
- Update jest snapshot - Fix importing 3rdparty vue components - Disable temporarely tests using nextcloud-vue/Button Signed-off-by: Carl Schwan <carl@carlschwan.eu>