Skip to content

Instantly share code, notes, and snippets.

@danieldfc
Created July 12, 2019 11:00
Show Gist options
  • Select an option

  • Save danieldfc/4930aa2400696ac8686414c66bad3b4b to your computer and use it in GitHub Desktop.

Select an option

Save danieldfc/4930aa2400696ac8686414c66bad3b4b to your computer and use it in GitHub Desktop.
Para aplicações via teste
{
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