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

Commit

Permalink
Tests: Removed describe.only().
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Feb 8, 2017
1 parent 873e1f3 commit bb2a8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/converters.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import ModelElement from '@ckeditor/ckeditor5-engine/src/model/element';
import { parse as parseView, getData as getViewData } from '@ckeditor/ckeditor5-engine/src/dev-utils/view';
import { stringify as stringifyModel, setData as setModelData } from '@ckeditor/ckeditor5-engine/src/dev-utils/model';

describe.only( 'Image converters', () => {
describe( 'Image converters', () => {
let editor, document, viewDocument;

beforeEach( () => {
Expand Down

0 comments on commit bb2a8f7

Please sign in to comment.