diff --git a/jest.config.js b/jest.config.js index 37d5a12d..ffe3ccf7 100755 --- a/jest.config.js +++ b/jest.config.js @@ -21,6 +21,8 @@ module.exports = { "\\.yaml$": "yaml-jest", "^.+\\.jsx$": "babel-jest", "^.+\\.js$": "babel-jest", + "^.+\\.ts$": "babel-jest", + "^.+\\.tsx$": "babel-jest", }, coverageReporters: [ "lcov",