Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohmn committed Jul 31, 2023
1 parent a78da7c commit 0df2be6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/fun-1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,11 @@
"nodemon": "^2.0.4",
"supertest": "^6.3.1",
"tape": "^5.0.1"
},
"jest": {
"transformIgnorePatterns": ["node_modules/(?!(sucrase)/)"],
"transform": {
"^.+\\.[t|j]sx?$": "babel-jest"
}
}
}

0 comments on commit 0df2be6

Please sign in to comment.