diff --git a/jest.config.js b/jest.config.js index eb566c6..e8ee130 100644 --- a/jest.config.js +++ b/jest.config.js @@ -2,7 +2,8 @@ process.env.SPEC_RUNNING = '1'; module.exports = { roots: [ - '/spec' + '/spec', + '/src', ], transform: { '^.+\\.tsx?$': 'ts-jest'