From 302afd07aa4b93559b7529d8a448296987180042 Mon Sep 17 00:00:00 2001 From: Fawad Mirzad Date: Mon, 19 Oct 2020 18:34:39 +0200 Subject: [PATCH] Exit tests with one, to allow publishing to npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca6b8b7..54a348a 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": false, "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Tests are not implemented yet && exit 0" }, "repository": { "type": "git",