From cce6ab941ad1f968ca9cdcac34b4aa3d3fda9a78 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Thu, 9 Nov 2017 22:07:24 -0500 Subject: [PATCH] Added testing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec1a623..fe51a2b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "tests" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "mocha ./tests/test.js" }, "repository": { "type": "git",