Maciej Gołaszewski пре 6 година
родитељ
комит
fb8060455a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-mention/tests/mentioncommand.js

+ 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>' );