triple-mocha
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -33,5 +33,3 @@ #!/usr/bin/env node | ||
// Resolve require if it exists | ||
console.log(data); | ||
if(data.require !== undefined) { | ||
console.log("GRR: " + data.require); | ||
if(data.require.indexOf(path.sep) !== 0) { | ||
@@ -38,0 +36,0 @@ data.require = path.normalize(process.cwd() + path.sep + data.require); |
{ | ||
"name": "triple-mocha", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A mocha test runner that runs tests in parallel", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
8677
248