Skip to content

Commit

Permalink
fix jest build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Oct 15, 2021
1 parent 905ece1 commit 43f18f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
]
},
"jest": {
"transform": {
"^.+\\.[t|j]sx?$": "babel-jest"
},
"transformIgnorePatterns": ["node_modules/(?!react-markdown)/"],
"coverageThreshold": {
"global": {
"branches": 0,
Expand Down

0 comments on commit 43f18f3

Please sign in to comment.