From 9c285514d46f2764475fc46672a54d93bf72c092 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Thu, 14 Apr 2016 17:44:42 -0700 Subject: [PATCH] fix mocha test path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c5247c..713d6cb 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "lib/index.js", "scripts": { - "test": "npm run build && mocha --compilers js:babel-core/register", + "test": "npm run build && mocha --compilers js:babel-core/register test/**", "build": "babel src --out-dir lib", "prepublish": "npm run test" },