Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 339 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 339 Bytes

jest-fuck

Play an audible 'fuck' whenever your tests fail

Installation:

npm install --save-dev jest-fuck

Getting Started

To use this reporter you will need to have a Jest test environment set up. In your package.json add:

"jest": {
  "reporters": [
    "default",
    "<rootDir>/node_modules/jest-fuck"
  ]
}