Created
March 14, 2019 16:18
-
-
Save BlakeWilliams/04dc260834e21d4284f9a6952a345cbf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
setupTestFrameworkScriptFile: '<rootDir>/setup.ts', | |
roots: ['<rootDir>/src'], | |
transform: { | |
'^.+\\.tsx?$': 'ts-jest', | |
}, | |
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$', | |
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment