소스 검색

Introduced node elements.

Piotr Jasiun 10 년 전
부모
커밋
3d733c902e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-ui/tests/ui/controller.js

+ 1 - 1
packages/ckeditor5-ui/tests/ui/controller.js

@@ -50,7 +50,7 @@ describe( 'Controller', () => {
 
 					throw new Error( 'This should not be executed.' );
 				} )
-				.catch( ( err ) => {
+				.catch ( ( err ) => {
 					expect( err ).to.be.instanceof( CKEditorError );
 					expect( err.message ).to.match( /ui-controller-init-re/ );
 				} );