0.0.3 • Published 7 years ago

forgiven-jasmine v0.0.3

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

forgiven-jasmine

Build Status Build status Coverage Status

Jasmine UI factory for Forgiven

Usage

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

global.given = create(jasmine);

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