Skip to content

Commit

Permalink
feat: add jest config file
Browse files Browse the repository at this point in the history
  • Loading branch information
caribouuuu committed Nov 23, 2020
1 parent 8f222aa commit da0f143
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
testRegex: '(/__tests__/.*|\\.(test|spec))\\.(jsx?|tsx?)$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
}

0 comments on commit da0f143

Please sign in to comment.