Skip to content

Commit

Permalink
tests: fix js tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Oct 10, 2024
1 parent 32fd5f1 commit cdd272c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"This package.json is needed to run the JS tests, locally and CI."
],
"scripts": {
"test": "react-scripts test"
"test": "react-scripts test --transformIgnorePatterns /\"node_modules/(?!axios)/\""
},
"devDependencies": {
"@babel/cli": "^7.5.0",
Expand Down Expand Up @@ -59,4 +59,4 @@
"typescript": "^4.9.5",
"yup": "^0.32.11"
}
}
}

0 comments on commit cdd272c

Please sign in to comment.