question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

karma v1.0.0: You need to include some adapter that implements __karma__.start method!

See original GitHub issue

After 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:closed
  • Created 7 years ago
  • Reactions:6
  • Comments:26 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
dignifiedquirecommented, Jul 26, 2016

Released as 1.1.2

1reaction
rslifkacommented, Dec 3, 2017

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found