Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Removed .only()
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2ciek committed Jun 24, 2019
1 parent 56f0820 commit 2699126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_utils-tests/classictesteditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { getData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model';
import testUtils from '../../tests/_utils/utils';
import CKEditorError from '@ckeditor/ckeditor5-utils/src/ckeditorerror';

describe.only( 'ClassicTestEditor', () => {
describe( 'ClassicTestEditor', () => {
let editorElement;

testUtils.createSinonSandbox();
Expand Down

0 comments on commit 2699126

Please sign in to comment.