substantial / sinon-stub-promise

Synchronous Promise stubbing for Sinon.JS
MIT License
85 stars 11 forks source link

Link to Karma plugin #10

Closed alexweber closed 8 years ago

alexweber commented 8 years ago

In case anyone's interested I've written a Karma plugin for this great little package: https://github.com/alexweber/karma-sinon-stub-promise

Would be nice if maintainers linked to it in README... :)

Thanks!

a-b-r-o-w-n commented 8 years ago

Can you explain this plugin? We use sinon-stub-promise with karma without a plugin.

I'm just curious.

alexweber commented 8 years ago

@astephenb I guess the main point is wrapping sinon-stub-promise in a proper Karma plugin so it can be added to frameworks & plugins as usual and not require you to manually add anything to files:[] for it to work... presumably that's how you're using it?

a-b-r-o-w-n commented 8 years ago

Cool. Go ahead and make PR, I can merge when I get a chance.

alexweber commented 8 years ago

:+1: Thanks!