Socket
Socket
Sign inDemoInstall

jest-html-reporter

Package Overview
Dependencies
325
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.5.0

coverage/base.css

2

jest.config.json

@@ -21,3 +21,3 @@ {

},
"testResultsProcessor": "./index.js"
"testResultsProcessor": "./src/index.js"
}
{
"name": "jest-html-reporter",
"version": "0.4.1",
"version": "0.5.0",
"description": "Jest test results processor for generating a summary in HTML",
"main": "index.js",
"main": "./src/index",
"scripts": {

@@ -7,0 +7,0 @@ "test": "jest --no-cache --config=jest.config.json"

@@ -24,2 +24,5 @@ # jest-html-reporter

### Node Compatibility
This plugin is compatible with Node version `^4.8.3`
## Configuration

@@ -26,0 +29,0 @@ The configurations are done directly within your package.json file

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc