summaryrefslogtreecommitdiffstats
path: root/core/src/tests/OC
Commit message (Collapse)AuthorAgeFilesLines
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* 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-13/+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-311-2/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Lint fixJohn Molakvoæ (skjnldsv)2021-03-171-5/+5
| | | | 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-071-0/+48
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>