1.0.3 • Published 6 years ago

jest-mario-reporter v1.0.3

Weekly downloads
10
License
-
Repository
github
Last release
6 years ago

Mario Jest Reporter (jest-mario-reporter)

Mario Reporter for Jest, based on Mocha's version

Build Status Dependencies devDependencies

Installing

npm install --save-dev jest-mario-reporter

or

yarn add -D jest-mario-reporter

Getting Started

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

"jest": {
  "bail": false,
  "reporters": ["default", ["<rootDir>/node_modules/jest-mario-reporter", {} ]]
}

Run

npm run jest or yarn jest

When all tests pass you will hear Mario music ;) On failed tests you will see ASCII code + hear sound effect from Mario.

npm.io

Windows users

You need "mplayer" installed on your system

Tip: Copy mplayer.exe into folder with package.json

LICENSE

MIT

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago