chore(setup): fix running unit tests in all packages
This commit is contained in:
@@ -58,5 +58,5 @@ yarn start:server:e2e
|
||||
From the root of the repository, run:
|
||||
|
||||
```
|
||||
yarn run test:unit
|
||||
yarn run test
|
||||
```
|
||||
|
||||
@@ -31,7 +31,7 @@ module.exports = {
|
||||
branches: 13,
|
||||
functions: 22,
|
||||
lines: 27,
|
||||
statements: 28,
|
||||
statements: 27,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"lint": "yarn lint:tsc && yarn lint:eslint",
|
||||
"lint:eslint": "eslint --ext .ts lib/",
|
||||
"lint:tsc": "tsc --noEmit --emitDeclarationOnly false --project lib/tsconfig.json",
|
||||
"test:unit": "jest spec --coverage",
|
||||
"test": "jest spec --coverage",
|
||||
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user