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" },