From b446d5d3389d0287b8a50146caa0d4664b2521cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Thu, 21 Mar 2019 10:37:24 +0100 Subject: [PATCH] add src/ folder to jest config --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 0f27d63b..3c002728 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,5 @@ module.exports = { - roots: ["/examples/web/static", "/tests"], + roots: ["/src", "/examples/web/static", "/tests"], transform: { "^.+\\.ts?$": "ts-jest" },