diff options
Diffstat (limited to 'jest.config.js')
| -rw-r--r-- | jest.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jest.config.js b/jest.config.js index 3e889da..01b5ff1 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,5 @@ module.exports = { - roots: ['<rootDir>/tests'], + roots: ['<rootDir>/tests', '<rootDir>/src'], transform: { '^.+\\.(ts|tsx)$': 'ts-jest' }, |
