Travis: jest

This commit is contained in:
Jeronimo Vallelunga 2017-07-13 00:44:23 -03:00
parent fc6d0c080d
commit cfc2d06059
1 changed files with 2 additions and 2 deletions

View File

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