substantial/sinon-stub-promise

Link to Karma plugin

Closed this issue · 4 comments

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!

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

I'm just curious.

@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?

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

👍 Thanks!