Skip to content

Commit

Permalink
Removed ".only()".
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Piechaczek committed Nov 27, 2018
1 parent 7ca1662 commit b878b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ckeditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ describe( 'CKEditor Component', () => {
} );
} );

describe.only( '#disabled', () => {
describe( '#disabled', () => {
it( 'switches the editor to read-only mode if [disabled="true"]', done => {
const onInit = function( editor ) {
expect( editor.isReadOnly ).to.be.true;
Expand Down

0 comments on commit b878b94

Please sign in to comment.