Rename tests folder to test to follow standards

This commit is contained in:
HeeL
2016-09-28 09:56:41 +02:00
parent 157e9be6da
commit 4c6a75d85c
18 changed files with 1 additions and 1 deletions

View File

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