Przeglądaj źródła

Remove .only from tests.

Maciej Gołaszewski 6 lat temu
rodzic
commit
86d860f6b3

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

@@ -108,7 +108,7 @@ describe( 'RestrictedDocumentCommand', () => {
 		} );
 	} );
 
-	describe.only( 'execute()', () => {
+	describe( 'execute()', () => {
 		it( 'should do nothing if the command is disabled', () => {
 			setData( model, '<p>fo[ob]ar</p>' );