xunit-file
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -14,3 +14,3 @@ /** | ||
, filePath = process.env.XUNIT_FILE || config.file || process.cwd() + "/xunit.xml" | ||
, consoleOutput = config.consoleOutput || {}; | ||
, consoleOutput = process.env.XUNIT_SILENT ? {} : config.consoleOutput || {}; | ||
@@ -17,0 +17,0 @@ /** |
{ | ||
"name": "xunit-file", | ||
"description": "Basically the same reporter as mocha's xunit reporter, but writes the output in a file.", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Matthias Jahn", |
@@ -39,2 +39,3 @@ xunit-file | ||
$ LOG_XUNIT=true mocha -R xunit-file // activates terminal output | ||
$ XUNIT_SILENT=true mocha -R xunit-file // disable all terminal output | ||
``` | ||
@@ -41,0 +42,0 @@ |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
11395
76
15