karma v1.0.0: You need to include some adapter that implements __karma__.start method!
See original GitHub issueAfter upgrading our project from karma v0.13.22 to v.1.0.0 we get following error:
You need to include some adapter that implements __karma__.start method!
Here is a the repo: https://github.com/SerkanSipahi/app-decorators
Reproducing error:
git clone https://github.com/SerkanSipahi/app-decorators.git
cd app-decorators
// change in package.json karma to 1.0.0
make install
make compile
make test
Anyone have an idea What causes this error ?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:6
- Comments:26 (4 by maintainers)
Top Results From Across the Web
Error: You need to include some adapter that implements ...
The extra comma in files array have cause this error: You need to include some adapter that implements __karma__.start method!
Read more >You need to include some adapter that implements __karma ...
You need to include some adapter that implements __karma__.start method. 2962 views ... I have a probleme when I execute this line command...
Read more >Developing Plugins - Karma test runner
Let's make a very simple plugin, which prints "Hello, world!" when instantiated. We'll use a framework type as it is instantiated early in...
Read more >karma-runner/karma - Gitter
I'm running karma start and I get the following error : You need to include some adapter that implements __karma__.start method! with the...
Read more >jasmine an error was thrown in afterall - You.com
afterAll is called when all of the specs have been completed, ... Don't forget to add browserify in your karma.config.js configuration as follows:....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Released as
1.1.2
Thanks to @megamindbrian for the TL;DR 😃 this is the error message you get after a fresh install if you have no Karma config file. Once you create a config file, the error goes away (even if you have no tests found). Happy testing!