@descript/jest-github-reporter
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -23,2 +23,5 @@ /* | ||
super.onTestResult(test, testResult, aggregatedResults); | ||
if (process.env.GITHUB_ACTIONS !== 'true') { | ||
return; | ||
} | ||
// Based on https://github.com/stefanbuck/jest-matcher/pull/2/files | ||
@@ -25,0 +28,0 @@ const { testResults, testFilePath } = testResult; |
{ | ||
"name": "@descript/jest-github-reporter", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "silence console and report errors to github", | ||
@@ -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
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
2286
3
35
0
15
2