diff options
Diffstat (limited to 'jest.config.js')
-rw-r--r-- | jest.config.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jest.config.js b/jest.config.js index 8effa4a..1e9ddba 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,7 +1,5 @@ module.exports = { - roots: ["<rootDir>/src"], transform: { "^.+\\.tsx?$": "ts-jest" } - // testMatch: ["**/test/**/*.[jt]s?(x)", "**/?(*.)+(spec|test).[jt]s?(x)"] }; |