Exploded & tested stuff #20

Merged
MoOx merged 33 commits from testling into master 2014-10-14 01:27:04 -05:00
Showing only changes of commit cac43b7c59 - Show all commits

View File

@@ -28,13 +28,17 @@
"src"
],
"devDependencies": {
"browserify": "^3.46.0",
"coverify": "^1.0.6",
"jscs": "^1.6.2",
"jshint": "^2.5.6",
"tape": "^3.0.0"
"tape": "^3.0.0",
"testling": "^1.6.1"
},
"scripts": {
"lint": "jscs **/*.js && jshint . --exclude-path .gitignore",
"test": "npm run lint"
"test": "npm run lint && testling",
"coverage": "browserify -t coverify tests/**/*.js | testling | coverify"
},
"testling": {
"files": "tests/**/*.js",