add npm run test--html for debugging

This commit is contained in:
Maxime Thirouin
2014-05-05 08:20:50 +02:00
parent d68833412b
commit 734a9c1efe
2 changed files with 2 additions and 0 deletions

View File

@@ -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": {