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 45ee6c3..27a9be2 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "src/pjax.js", "scripts": { "test": "testling", + "test--html": "testling --html > tests/scripts/index.html", "coverage": "browserify -t coverify tests/**/*.js | testling | coverify" }, "repository": {