grunt-mocha-phantomjs
Advanced tools
Comparing version 0.2.7 to 0.2.8
{ | ||
"name": "grunt-mocha-phantomjs", | ||
"description": "Run client-side mocha tests using phantomjs", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"homepage": "https://github.com/jdcataldo/grunt-mocha-phantomjs", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -111,4 +111,5 @@ # grunt-mocha-phantomjs | ||
* 2013-04-19 v0.2.8 Fix path to mocha-phantomjs binary on windows when not installed with plugin | ||
* 2013-04-19 v0.2.7 Fixes error thrown when tests pass and no output file specified | ||
* 2013-04-18 v0.2.6 Fix path to mocha-phantomjs bindary on windows | ||
* 2013-04-18 v0.2.6 Fix path to mocha-phantomjs binary on windows | ||
* 2013-04-18 v0.2.5 Added an output option to write test results to a file for CI support | ||
@@ -115,0 +116,0 @@ * 2013-04-15 v0.2.2 Added exit code to report failed tests with Travis CI |
@@ -42,5 +42,2 @@ /* | ||
bin = path.join(module.paths[i], binPath); | ||
if(process.platform === 'win32') { | ||
bin += '.cmd'; | ||
} | ||
if (exists(bin)) { | ||
@@ -47,0 +44,0 @@ phantomjs_path = bin; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10052
123
116