ckeditor / ckeditor4-angular

Official CKEditor 4 Angular component.
Other
54 stars 32 forks source link

CI is down because browsers no longer close automatically after test suite is done #163

Closed Dumluregn closed 3 years ago

Dumluregn commented 3 years ago

Are you reporting a feature request or a bug?

Bug (regression)

Provide detailed reproduction steps (if any)

  1. Run tests locally with npm run test.

Expected result

Browsers close automatically after tests are done.

Actual result

Browsers stay opened and Karma process is still running.

Other details

It's a regression introduced with one of the dependencies updates, so we should bisect them and check why this changed. We didn't change any config options in the meantime.

CKEditorBot commented 3 years ago

Closed in https://github.com/ckeditor/ckeditor4-angular/pull/162