From da30ea1c25032f7ae20349bdc1ebbdc645eb5631 Mon Sep 17 00:00:00 2001 From: Mitch Lui Date: Tue, 7 Nov 2023 21:39:12 +0000 Subject: [PATCH] test: no tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6033828..82d354f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "scripts": { "start": "react-scripts start", "build": "react-scripts build", - "test": "react-scripts test", + "test": "react-scripts test --passWithNoTests", "eject": "react-scripts eject", "lint": "eslint . --ext .js,.jsx,.ts,.tsx" },