Exploded & tested stuff #20

Merged
MoOx merged 33 commits from testling into master 2014-10-14 01:27:04 -05:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 13b3485111 - Show all commits

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.DS_Store
node_modules/
dist/
tests/scripts/index.html

View File

@@ -38,6 +38,7 @@
"scripts": {
"lint": "jscs **/*.js && jshint . --exclude-path .gitignore",
"test": "npm run lint && testling",
"test--html": "testling --html > tests/scripts/index.html",
"coverage": "browserify -t coverify tests/**/*.js | testling | coverify"
},
"testling": {