chore(test): minor conf

This commit is contained in:
Julien Fontanet 2018-01-08 14:47:50 +01:00
parent b5a139619a
commit 736b00b4e2

View File

@ -171,6 +171,8 @@
] ]
}, },
"jest": { "jest": {
"collectCoverage": true,
"testEnvironment": "node",
"roots": [ "roots": [
"<rootDir>/src" "<rootDir>/src"
], ],