8
0
فهرست منبع

Tests: Removed .only from test.

Oskar Wróbel 7 سال پیش
والد
کامیت
673c608c36
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-upload/tests/filerepository.js

+ 1 - 1
packages/ckeditor5-upload/tests/filerepository.js

@@ -92,7 +92,7 @@ describe( 'FileRepository', () => {
 		} );
 	} );
 
-	describe.only( 'pending actions', () => {
+	describe( 'pending actions', () => {
 		let pendingActions;
 
 		beforeEach( () => {