grunt-protractor-coverage
Advanced tools
Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "grunt-protractor-coverage", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Instrument your code and gather coverage data from Protractor E2E tests", | ||
@@ -5,0 +5,0 @@ "main": "Gruntfile.js", |
@@ -151,5 +151,8 @@ /* | ||
joinLists: true | ||
})) | ||
.concat(grunt.option.flags()) | ||
.unique(); | ||
})); | ||
var gargs=grunt.option.flags() | ||
.filter(function(f){return args.indexOf(f)===-1;}) | ||
.map(function(f){return f.split('=');}) | ||
.reduce(function(a, f){return a.concat(f);},[]); | ||
args=args.concat(gargs); | ||
@@ -156,0 +159,0 @@ grunt.verbose.writeln("Specs: \n\t" + suppliedArgs.specs.join("\n\t")); |
Sorry, the diff of this file is not supported yet
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
4207697
28070