Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix node tests ci | Carl Schwan | 2022-05-30 | 1 | -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 expression | Louis Chemineau | 2022-01-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Rewrite requesttoken.spec.js with Jest | François Freitag | 2021-05-30 | 1 | -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> |