jasmine-memoize
v0.1.0
Published
Adds support for `set` to jasmine
Readme
jasmine-memoize
Prerequirements
- jasmine 2.1 or higher
Install
Install either by using npm or manually downloading index.js.
$ npm install --save-dev jasmine-memoizeWith package manager
Require jasmine-memoize and call install on the exported object.
E.g.
require("jasmine-memoize").install();Without package manager
jasmineMemoize.install();Installing
Install takes an option argument, env, it’s the environment it will be installed onto. If no environment is passed in, it will install itself globally. When passing in an environment jasmine-memoize won’t add set to the global object, instead use env.set.
