summaryrefslogtreecommitdiffstats
path: root/core/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* Replace license information to SPDX expressionLouis Chemineau2022-01-112-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix eslint and update bundlesJohn Molakvoæ (skjnldsv)2021-07-221-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Rewrite requesttoken.spec.js with JestFrançois Freitag2021-05-302-51/+11
| | | | | | | | | | | [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>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-313-5/+31
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Lint fixJohn Molakvoæ (skjnldsv)2021-03-173-7/+16
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add more tests for the new js modulesChristoph Wurst2020-02-101-1/+26
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add webpack-based js testsChristoph Wurst2020-02-072-0/+84
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>