francejs / effroi

Codename : effroi
MIT License
27 stars 6 forks source link

Warning: No provider for "framework:effroi" #12

Closed cheshire137 closed 9 years ago

cheshire137 commented 10 years ago

Running "karma:unit" (karma) task Warning: No provider for "framework:effroi"! (Resolving: framework:effroi) Use --force to continue.

I ran npm install karma-effroi --save-dev, it's in my package.json, my karma.conf.coffee has frameworks: ['jasmine', 'effroi']. Is there somewhere else I need to reference effroi to get it available in my tests?

Yvem commented 9 years ago

+1

[edit] adding 'karma-effroi' to the plugins: [ … ] section helped.

Aaronius commented 9 years ago

Thanks @Yvem. You saved me some time.