-
Notifications
You must be signed in to change notification settings - Fork 43
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
You need to include some adapter that implements __karma__.start method! #38
Comments
Having same issue here after upgrading to Karma 1.1.0 |
Hi, issue had been fixed in v1.2.3 Please upgrade and check it, thanks! |
@adambrunner I'm still seeing this issue with v1.2.3 with:
Any ideas? |
@callmevlad It's most likely one of the other plugins. Please try to create a minimal use case which only uses |
I'm also having this issue and I have the same dependencies as @callmevlad. In my config I commented out Here is my frameworks in my config: frameworks: [
// 'sinon-chai',
'sinon',
'chai',
'mocha'
] I'd be happy to provide any information you deem fit to try and help resolve this. |
aaaaaaand foot in mouth, removing the other frameworks from my frameworks array and using just sinon-chai works fine :\ Thats what I get for copy pasting configs, realized this only when I pasted my own frameworks in the prior comment a minute ago, sigh. |
After upgrading
karma
to 1.1.0, we got the error (Travis Build)I found the problem being this plugin. After removing from the karma config, the tests ran again. To make sinon work without this plugin, I used the configuration mentioned here:
sinonjs/sinon#600 (comment)
The text was updated successfully, but these errors were encountered: