Jest verbose true

This commit is contained in:
Jeronimo Vallelunga 2019-03-31 09:22:23 -03:00
parent 902d418fb7
commit ba90434a9b
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{
"verbose": true,
"testPathIgnorePatterns": ["/build/", "/example/"],
"collectCoverageFrom": ["src/**/*.js"]
}