fix(package): jest config testPathDirs → roots

This commit is contained in:
Julien Fontanet
2017-03-30 16:51:17 +02:00
parent b1245bc5be
commit 43e5d610e3

View File

@@ -85,7 +85,7 @@
]
},
"jest": {
"testPathDirs": [
"roots": [
"<rootDir>/src"
],
"testRegex": "\\.spec\\.js$"