Created
July 12, 2019 11:00
-
-
Save danieldfc/4930aa2400696ac8686414c66bad3b4b to your computer and use it in GitHub Desktop.
Para aplicações via teste
This file contains hidden or 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
| { | |
| moduleFileExtensions: ['ts', 'tsx', 'js'], | |
| testMatch: ['**/__tests__/*.spec.+(ts|tsx|js)', '**/*.test.+(ts|tsx|js)'], | |
| transform: { | |
| '^.+\\.(ts|tsx)$': 'ts-jest', | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment