From cde7e1b1689d7dd5ae1f41134378278c37d68e96 Mon Sep 17 00:00:00 2001 From: Nikita Kalyazin Date: Thu, 24 Apr 2014 13:51:03 +0400 Subject: [PATCH] add test script to package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 004840a..baedd6f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "node.js wrapper for cscope source code indexer", "main": "cscope.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "grunt test" }, "repository": { "type": "git",