feat: add turbo task for test without coverage

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-06-03 11:24:08 +02:00
parent f29a30d94b
commit 5443510a79
2 changed files with 4 additions and 1 deletions

View file

@ -13,7 +13,8 @@
"lint": "dotenv -- turbo run lint",
"format": "dotenv -- turbo run format",
"start:dev": "dotenv -- turbo run start:dev",
"test:ci": "dotenv -- turbo run test:ci"
"test:ci": "dotenv -- turbo run test:ci",
"test": "dotenv -- turbo run test"
},
"packageManager": "yarn@3.6.0",
"resolutions": {

View file

@ -56,6 +56,8 @@
"format": {},
"test": {},
"test:ci": {},
"@hedgedoc/backend#test:ci": {
"dependsOn": [