Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
frontend: fix npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryojp committed Jan 24, 2023
1 parent e4e68a1 commit 48da651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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"
},
"eslintConfig": {
Expand Down

0 comments on commit 48da651

Please sign in to comment.