0.0.3 • Published 9 years ago
forgiven-jasmine v0.0.3
forgiven-jasmine
Jasmine UI factory for Forgiven
Usage
npm install --save-dev jasmine forgiven forgiven-jasmineimport {
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 testnpm start- watch and build, etc with alarmistnpm run build- run tests then buildnpm run watch- watch for changes and run buildnpm run ci- run build and submit coverage to coveralls