summaryrefslogtreecommitdiffstats
path: root/tests/jestBabelTransformer.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix node tests ciCarl Schwan2022-05-301-26/+0
| | | | | | | | - Update jest snapshot - Fix importing 3rdparty vue components - Disable temporarely tests using nextcloud-vue/Button Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Rewrite requesttoken.spec.js with JestFrançois Freitag2021-05-301-0/+26
[Jest](https://jestjs.io/) is a test runner that focuses on simplicity. It instruments babel to transform modules and test them. Using Jest simplifies the existing configuration and allows dropping a bunch of workarounds, as well as following the shared Babel configuration for new code. Signed-off-by: François Freitag <mail@franek.fr>