From 13b3485111ec976df09abe64729ed7947393e012 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 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": {