From a5775b3bd768029d4b9abae990eadd75ef42278c Mon Sep 17 00:00:00 2001 From: kami11 Date: Wed, 5 Apr 2017 17:04:56 +0000 Subject: [PATCH 1/2] fail test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 747eb46..4ce9cbf 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "nodemon": "^1.9.1" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 0" + "test": "echo \"Error\" && exit 0" }, "keywords": [], "author": "", From 85aed3ba2f98fa5f15174fa1cc12cfc7fc6486ae Mon Sep 17 00:00:00 2001 From: kami11 Date: Wed, 5 Apr 2017 17:08:15 +0000 Subject: [PATCH 2/2] fail test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ce9cbf..572bbc2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "nodemon": "^1.9.1" }, "scripts": { - "test": "echo \"Error\" && exit 0" + "test": "echo \"Error\" && exit 1" }, "keywords": [], "author": "",