Procházet zdrojové kódy

Remove only from tests.

Maciej Gołaszewski před 6 roky
rodič
revize
fb8060455a

+ 1 - 1
packages/ckeditor5-mention/tests/mentioncommand.js

@@ -54,7 +54,7 @@ describe( 'MentionCommand', () => {
 		} );
 	} );
 
-	describe.only( 'execute()', () => {
+	describe( 'execute()', () => {
 		it( 'inserts mention object if mention was passed as string', () => {
 			setData( model, '<paragraph>foo @Jo[]bar</paragraph>' );