-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
With the Update to mocha 6, some Karma Testcases are no longer executed.
The should create instance badges after the diagram is rendered test throws an error after it was completed. This seems to make the Test suit fail
AT
- make sure all Tests are reliably executed
The Testcase was erroneous but did not fail gracefully. It produced a false passed and crashed the whole test suit. With the fix everything works as expected again.
This behavior is known in Mocha and expected, see 5.0.2 release notes: Mocha cannot recover from this gracefully, so it will exit with a nonzero code.