Selaa lähdekoodia

Tests: Removed .only().

Aleksander Nowodzinski 5 vuotta sitten
vanhempi
commit
8938ce3d75
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      packages/ckeditor5-font/tests/utils.js

+ 1 - 1
packages/ckeditor5-font/tests/utils.js

@@ -13,7 +13,7 @@ import { createDropdown } from '@ckeditor/ckeditor5-ui/src/dropdown/utils';
 import ColorTableView from './../src/ui/colortableview';
 import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils';
 
-describe.only( 'utils', () => {
+describe( 'utils', () => {
 	testUtils.createSinonSandbox();
 
 	it( 'plugin names has proper values', () => {