Skip to content

Commit

Permalink
fixed axios test case via facebook/create-react-app#9938
Browse files Browse the repository at this point in the history
  • Loading branch information
anarchaworld committed Mar 15, 2023
1 parent f93205d commit 6e9eea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!axios)/'",
"eject": "react-scripts eject"
},
"browserslist": {
Expand Down

0 comments on commit 6e9eea8

Please sign in to comment.