diff --git a/jest.config.js b/jest.config.js index 31ad239..f62eed1 100644 --- a/jest.config.js +++ b/jest.config.js @@ -3,7 +3,7 @@ module.exports = { '^.+\\.ts?$': 'ts-jest', }, testEnvironment: 'node', - testRegex: './src/.*\\.(test|spec)?\\.(ts|ts)$', + testRegex: './src/.*\\.(test|spec)?\\.(ts|js)$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], roots: ['/src'], };