ckeditor / ckeditor4-angular

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

[WIP] Fix tests that runs in random order. #121

Closed hub33k closed 4 years ago

hub33k commented 4 years ago

WIP

To test it, in karma.conf.js comment out:

jasmine: {
    random: false
}

To test one file you can add f to top level describe: fdescribe( 'CKEditorComponent', () => {}

Closes #93