Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: No provider for "framework:sinon-chai"! (Resolving: framework:sinon-chai) #137

Closed
haixiangyan opened this issue Jan 17, 2019 · 0 comments

Comments

@haixiangyan
Copy link

Problem

I have been using Vue-cli 3 with Karam. When I add sinon-chai to frameworks in karam.config.js. I got the error "Error: No provider for "framework:sinon-chai"! (Resolving: framework:sinon-chai)".

{
     ...
     frameworks: ['mocha', 'chai', 'sinon-chai'],
     ...
}

Solution

After installing karma-sinon-chai, the error was gone.

yarn add karma-sinon-chai --dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant