Browse Source

Remove .only from tests.

Maciej Gołaszewski 6 years ago
parent
commit
7abf6cd50f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-restricted-editing/tests/restrictedediting.js

+ 1 - 1
packages/ckeditor5-restricted-editing/tests/restrictedediting.js

@@ -131,7 +131,7 @@ describe( 'RestrictedEditing', () => {
 		} );
 	} );
 
-	describe.only( 'editing behavior', () => {
+	describe( 'editing behavior', () => {
 		let model;
 
 		beforeEach( async () => {