0.0.3 • Published 7 years ago

forgiven-mocha v0.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

forgiven-mocha

Build Status Build status Coverage Status

Mocha UI factory for Forgiven

Usage

npm install --save-dev mocha forgiven forgiven-mocha
import {
  create,
} from 'forgiven';
import {
  mocha,
} from 'forgiven-mocha';

global.given = create(mocha);

Contributing

Run unit tests and build before pushing/opening a pull request

  • npm test - lint and test
  • npm start - watch and build, etc with alarmist
  • npm run build - run tests then build
  • npm run watch - watch for changes and run build
  • npm run ci - run build and submit coverage to coveralls
0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago