Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NadicaUzunova authored Aug 9, 2024
1 parent b5537d1 commit a525366
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 @@ -23,7 +23,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test"
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!axios)/' --testMatch '**/*.test.js'",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down

0 comments on commit a525366

Please sign in to comment.