1.1.1 • Published 7 years ago

chainable-stub v1.1.1

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

chainable-stub

A simple spy/stub for when you need to stub chainable calls.

I wrote this because I was writing some tests for an angular class that had a declaration this.d3 = d3.getService() and I was trying to test around the d3 stuff. This just allows you to stub something chainable so you can work with the rest of your code.

Use: See the index.spec.js. ChainableStub.__spies.whatever will return a Sinon spy (http://sinonjs.org)

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago