jasmine-node-sugar

0.0.3 • Public • Published

jasmine-node-sugar

Some additional methods that make my life easier when testing with Jasmine (1.0.28) in Node.js
I decided not to push this one to npm while there are only a few insignificant features which probably will be fixed in the next Jasmine release.

Usage

  • add this repo as dependency in package.json:
  "devDependencies": {
    "jasmine-node": "1.0.28",
    "jasmine-node-sugar": "git://github.com/bestander/jasmine-node-sugar.git#master"
  },
  • require this module in your spec file
  • call jasmine_node_sugar.addJasmineMatchers in beforeEach method of your suite/spec

License MIT

Readme

Keywords

none

Package Sidebar

Install

npm i jasmine-node-sugar

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • bestander