alexweber / karma-sinon-stub-promise

A Karma plugin - adapter for sinon-stub-promise
The Unlicense
2 stars 0 forks source link

No provider for "framework:sinon-stub-promise"! #1

Open amitev opened 8 years ago

amitev commented 8 years ago

Hi, I have added 'sinon-stub-promise' to the list of frameworks (i'm not using the plugins config because "Karma auto loads plugins unless you specify a plugins config") however an error is thrown with message "Error: No provider for "framework:sinon-stub-promise"!(Resolving: framework:sinon-stub-promise) at error (..../node_modules/di/lib/injector.js:22:12)" This breaks on Linux but for some reason works on Windows. Idea how to make this working?

TheHollidayInn commented 7 years ago

Do you have the frameworks loading in the correct order? frameworks: ['mocha', 'sinon-stub-promise','sinon-chai', 'chai-as-promised', 'chai'],

amitev commented 7 years ago

That worked. Thx!