add npm run test--html for debugging
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
.DS_Store
|
||||
node_modules/
|
||||
dist/
|
||||
tests/scripts/index.html
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user