From 13ec515d97e6ad9ed624d36d63034f54d7e87abb Mon Sep 17 00:00:00 2001 From: Phill Pover Date: Sun, 6 Apr 2025 23:06:38 +0100 Subject: [PATCH] Adding jest config --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",