From 3adca39188315126e1f494c4ff718f48071cadac Mon Sep 17 00:00:00 2001 From: HipsterBrown Date: Mon, 1 Aug 2016 10:35:02 -0400 Subject: [PATCH] chore(package): adds npm test script --- node/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node/package.json b/node/package.json index 7d7885a..b04f980 100644 --- a/node/package.json +++ b/node/package.json @@ -3,8 +3,7 @@ "version": "0.0.9", "description": "", "main": "tessel.js", - "dependencies": { - }, + "dependencies": {}, "devDependencies": { "grunt": "^0.4.5", "grunt-cli": "^0.1.13", @@ -13,10 +12,11 @@ "grunt-contrib-watch": "^0.6.1", "grunt-jsbeautifier": "^0.2.10", "grunt-jscs": "^2.6.0", + "npm": "^3.10.5", "sinon": "^1.14.1" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "grunt" }, "author": "Technical Machine ", "license": "MIT"