diff --git a/frontend/package.json b/frontend/package.json index 208065c..17c956e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -7,7 +7,7 @@ "build": "next build", "start": "next start", "lint": "next lint", - "test": "jest" + "test": "jest --passWithNoTests" }, "dependencies": { "@emotion/react": "^11.14.0",