Skip to content

Commit

Permalink
Add tsx extension to jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Aug 23, 2021
1 parent bf6c0ec commit 27c08ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
testMatch: ['**/*.test.js', '**/*.test.ts'],
testMatch: ['**/*.test.js', '**/*.test.ts', '**/*.test.tsx'],
verbose: true,
rootDir: 'test',
modulePaths: ['<rootDir>/lib'],
Expand Down

0 comments on commit 27c08ee

Please sign in to comment.