diff --git a/package.json b/package.json index 8f752c6..6511a69 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "index.js", "scripts": { "lint": "gulp lint", - "test": "gulp test", + "test": "gulp test:node", "coverage": "gulp coverage", "build": "gulp" },