diff --git a/package.json b/package.json index b2c2f3d..35fccad 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "scripts": { "start": "react-scripts start", "build": "CI=false react-scripts build", - "test": "react-scripts test", + "test": "react-scripts test --passWithNoTests", "eject": "react-scripts eject", "prepare": "husky install", "format": "npx prettier --write ./src",