forked from karma-runner/karma-junit-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove unnecessary nulling out of
suites
When a watcher triggers Karma to re-run a test, onRunComplete() from the first test run happens after onRunStart() from the second test run. This results in `suites` incorrectly clobbered to null. Nulling it out is unnecessary as long as onRunStart() initializes `suites`. Fixes karma-runner#99.
- Loading branch information
1 parent
5a68273
commit 4202ee8
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters