karma-runner / karma-runner/karma
Issue when updating karma
- Dominant language
- JavaScript
- Stars
- 12k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
### Expected behavior
When running karma start, I expect my unit tests to execute
### Actual behavior
I get the following errors:
Can not load "html2js", it is not registered!
Can not load "coverage", it is not registered!
### Enviroment Details
This happens after updating to the latest version of karma, i.e. 0.13.22. Previously, I had 0.12.37, and I could run karma start without any problems in that case.
Other tools:
node: 4.2.2
npm 2.14.7
Contributor guide
Research direction
Start by reproducing the failure with `karma start` under Karma 0.13.22, Node 4.2.2, and npm 2.14.7, then compare plugin registration behavior with Karma 0.12.37. Done means the `html2js` and `coverage` plugins load successfully and the unit tests execute.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- cli, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100