From 0b7c281e812861ef9dab9b004e5dde7e1ed85118 Mon Sep 17 00:00:00 2001 From: Mithun Chackankulam Date: Thu, 23 Feb 2023 13:08:52 -0600 Subject: [PATCH] fake test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1fba64..78e1ca5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Distributed Node.js Sample Project", "main": "index.js", "scripts": { - "test": "echo \"Fake Tests\" && exit 0" + "test": "echo \"Fake Tests\" && exit 1" }, "keywords": [], "author": "",