From a75efda1f7f12897b222b5e5a1fd4457dc793a8f Mon Sep 17 00:00:00 2001 From: Tushar Surve Date: Sun, 14 Apr 2024 19:51:28 +0530 Subject: [PATCH] [master] : Test Error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad01cf5..99c72cf 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "deploy": "gh-pages -d build", "start": "react-scripts start", "build": "react-scripts build", - "test": "react-scripts test", + "test": "react-scripts test --passWithNoTests", "eject": "react-scripts eject" }, "eslintConfig": {