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

jest-simple-dot-reporter

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-simple-dot-reporter

A super simple jest dot reporter, great for use within shells like emacs ;)

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
18K
decreased by-16.6%
Maintainers
1
Weekly downloads
 
Created
Source

Simple dot reporter for jest

Installation

You may install this package as a development dependency:

npm install --save-dev jest-simple-dot-reporter
yarn add --dev jest-simple-dot-reporter

Configuration

Configure Jest to use the reporter.

For example, create a jest.config.js file containing:

module.exports = {
  verbose: false,
  reporters: [
    'jest-simple-dot-reporter'
  ]
};

Keywords

FAQs

Package last updated on 17 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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