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" "src"
], ],
"devDependencies": { "devDependencies": {
"browserify": "^3.46.0",
"coverify": "^1.0.6",
"jscs": "^1.6.2", "jscs": "^1.6.2",
"jshint": "^2.5.6", "jshint": "^2.5.6",
"tape": "^3.0.0" "tape": "^3.0.0",
"testling": "^1.6.1"
}, },
"scripts": { "scripts": {
"lint": "jscs **/*.js && jshint . --exclude-path .gitignore", "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": { "testling": {
"files": "tests/**/*.js", "files": "tests/**/*.js",