Skip to content

pghalliday/forgiven-jasmine

Repository files navigation

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