karma-runner / karma-runner/karma

Suite with all test failing returns ERROR

Open
#2,376 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
12k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

### Expected behaviour

No error should be raised if 100% of tests fail:
`Chrome 53.0.2785 (Mac OS X 10.11.6): Executed 1 of 1 (1 FAILED) (0.026 secs / 0.007 secs)`
### Actual behaviour

`Chrome 53.0.2785 (Mac OS X 10.11.6): Executed 1 of 1 (1 FAILED) ERROR (0.026 secs / 0.007 secs)`
### Environment Details
- Karma version (output of `karma --version`): 1.3.0
- Relevant part of your `karma.config.js` file: none?
### Steps to reproduce the behaviour
1. Create a test suite with a single failing test
2. Run `karma start --single-run`
3. Observe ERROR being returned

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.