From 64ca7b88358e045622089271409bd2f4146c46cd Mon Sep 17 00:00:00 2001 From: Artem Malko Date: Fri, 13 Apr 2018 00:23:07 +0700 Subject: [PATCH] small fix for tests run --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e7f869..81e7edc 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ }, "preferGlobal": true, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", + "test": "echo \"Error: no test specified!\" && exit 1", "postuninstall": "node ./lib/npm-scripts/postuninstall.js", "postversion": "node ./lib/npm-scripts/postversion.js", "lint": "eslint bin/*.js lib/**/*.js"