From 991999d767b57c3f8fbca79ae0e2b983594c0849 Mon Sep 17 00:00:00 2001 From: "Harish.K" Date: Wed, 8 Feb 2017 16:57:59 +0530 Subject: [PATCH] Fix test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 162f7ba..cee6d17 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A high-level utility which will will generate Knex query from a single JSON object.", "main": "index.js", "scripts": { - "test": "mocha -R spec" + "test": "node test" }, "repository": { "type": "git",