Link to Karma plugin
Closed this issue · 4 comments
alexweber commented
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
Can you explain this plugin? We use sinon-stub-promise
with karma without a plugin.
I'm just curious.
alexweber commented
@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
Cool. Go ahead and make PR, I can merge when I get a chance.
alexweber commented
👍 Thanks!