Mike Chelen
|
2ce9e5a75e
|
include untested files in coverage report
jest coverage report ignores untested files by default, which results in incorrect coverage summary when some files lack tests. see also: https://jestjs.io/docs/en/configuration#collectcoveragefrom-array https://github.com/facebook/jest/issues/1211
|
2019-04-12 17:47:58 -04:00 |
|
Mike Chelen
|
25911fc11f
|
Add test:debug command
Runs Jest with `--inspect-brk` flag and appropriate TS modules.
|
2018-12-03 18:49:34 -05:00 |
|
Mike Chelen
|
235e24175b
|
move typescript to devDependencies
`typescript` is not needed to run production application, only to build the code
|
2018-08-16 16:04:42 -04:00 |
|