diff --git a/frontend/package.json b/frontend/package.json index 33dd38c..4222256 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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": {