node-qunit-phantomjs
Advanced tools
+5
-1
@@ -28,3 +28,7 @@ 'use strict'; | ||
| if (opt['phantomjs-options'] && opt['phantomjs-options'].length) { | ||
| childArgs.push(opt['phantomjs-options']); | ||
| if (Array.isArray(opt['phantomjs-options'])) { | ||
| childArgs = childArgs.concat(opt['phantomjs-options']); | ||
| } else { | ||
| childArgs.push(opt['phantomjs-options']); | ||
| } | ||
| } | ||
@@ -31,0 +35,0 @@ |
+1
-1
| { | ||
| "name": "node-qunit-phantomjs", | ||
| "version": "1.5.1", | ||
| "version": "1.6.0", | ||
| "description": "Run QUnit unit tests in a headless PhantomJS instance without using Grunt.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
89412
0.51%260
1.56%