Skip to content

Commit

Permalink
[#26] Add transformIgnorePatterns to package.json jest config due to …
Browse files Browse the repository at this point in the history
…swiper export issue in test
  • Loading branch information
liamstevens111 committed Mar 15, 2023
1 parent 1ccad11 commit 7b9bc4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@
],
"coverageReporters": [
"json"
],
"transformIgnorePatterns": [
"!node_modules/"
]
},
"nyc": {
Expand Down

0 comments on commit 7b9bc4a

Please sign in to comment.