summaryrefslogtreecommitdiffstats
path: root/core/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-092-12/+12
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-271-20/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-133-57/+6
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(contactsmenu): Show user statusChristoph Wurst2023-10-311-22/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* refactor: Contacts menu to VueChristoph Wurst2023-10-162-0/+233
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* 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-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>