chore(setup): fix running unit tests in all packages

This commit is contained in:
Karol Sójko
2022-08-23 13:40:21 +02:00
parent 7bff3dee24
commit d2cebf930a
15 changed files with 30 additions and 22 deletions

View File

@@ -21,7 +21,7 @@
"prebuild": "yarn clean",
"build": "tsc -p tsconfig.json",
"lint": "eslint . --ext .ts",
"test:unit": "jest spec --coverage --passWithNoTests"
"test": "jest spec --coverage --passWithNoTests"
},
"devDependencies": {
"@types/jest": "^28.1.5",