ci: add coverage for the frontend

fixes #2945

Signed-off-by: Philip Molares <philip.molares@udo.edu>
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Philip Molares 2023-08-06 19:34:20 +02:00 committed by Erik Michelson
parent 8d1d11e151
commit 012e6c3649
3 changed files with 11 additions and 4 deletions

View file

@ -20,7 +20,7 @@
"test:e2e": "cypress run --browser chrome",
"test:e2e:ci": "cypress run --browser chrome --record true --parallel --group \"chrome\"",
"test:watch": "cross-env NODE_ENV=test jest --watch",
"test:ci": "cross-env NODE_ENV=test jest --ci",
"test:ci": "cross-env NODE_ENV=test jest --coverage",
"test": "cross-env NODE_ENV=test jest"
},
"browserslist": {