Rename tests folder to test to follow standards

v1.18.x
HeeL 8 years ago
parent 157e9be6da
commit 4c6a75d85c

@ -13,7 +13,7 @@
"start": "node loader.js", "start": "node loader.js",
"lint": "eslint --cache .", "lint": "eslint --cache .",
"pretest": "npm run lint", "pretest": "npm run lint",
"test": "istanbul cover _mocha tests" "test": "istanbul cover _mocha test"
}, },
"dependencies": { "dependencies": {
"async": "~1.5.0", "async": "~1.5.0",

Loading…
Cancel
Save