grunt-mocha-phantomjs
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "grunt-mocha-phantomjs", | ||
"description": "Run client-side mocha tests using phantomjs", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/jdcataldo/grunt-mocha-phantomjs", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -33,3 +33,4 @@ /* | ||
// Loop through the options and add them to args | ||
_.each(options, function(value, key) { | ||
// Omit urls from the options to be passed through | ||
_.each(_.omit(options, 'urls'), function(value, key) { | ||
// Convert to the key to a switch | ||
@@ -36,0 +37,0 @@ var sw = (key.length > 1 ? '--' : '-') + key; |
7268
74