Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@descript/jest-github-reporter

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@descript/jest-github-reporter - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

README.md

3

index.js

@@ -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;

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc