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" },