From ec2a373b5a111753c144d2c67d30b6b84b2e1faa Mon Sep 17 00:00:00 2001 From: David Borelli Date: Fri, 28 Aug 2020 20:34:43 -0300 Subject: [PATCH] chore: add modulePaths jest configuration --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 5a10b4c..25b7767 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,6 @@ module.exports = { roots: ['/src'], + modulePaths: ["/src"], collectCoverageFrom: [ '/src/**/*.{ts,tsx}', '!/src/main/**/*',