fix: jest root folder config

This commit is contained in:
Julian Tölle 2020-09-05 21:28:15 +02:00
parent 830d4ec40d
commit 0d8bc26f0d

View file

@ -85,7 +85,7 @@
"coverageDirectory": "./coverage", "coverageDirectory": "./coverage",
"testEnvironment": "node", "testEnvironment": "node",
"roots": [ "roots": [
"<rootDir>/apps/" "<rootDir>/src/"
] ]
} }
} }