diff --git a/frontend/package.json b/frontend/package.json index 08ded11..339390d 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 --transformIgnorePatterns 'node_modules/(?!axios)/'", + "test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!axios)/' --testMatch '**/*.test.js'" "eject": "react-scripts eject" }, "eslintConfig": {