Skip to content

jodonnell/jest-simple-dot-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Simple dot reporter for jest

No dependencies, no interactive shell needed, just dots. Also this is nice because it won't swallow your console.logs.

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", {"color": true}]
  ]
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •