From 734a9c1efe0c7284b67ad44d1697449e10c7d1bd Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Mon, 5 May 2014 08:20:50 +0200 Subject: [PATCH] add `npm run test--html` for debugging --- .gitignore | 1 + package.json | 1 + 2 files changed, 2 insertions(+) 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": {