diff --git a/.gitignore b/.gitignore index bf56190..075b5c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store node_modules/ dist/ +tests/scripts/index.html diff --git a/package.json b/package.json index 47a144f..878c39f 100644 --- a/package.json +++ b/package.json @@ -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": {