Преглед на файлове

Tests: Refactoring in KeystrokeHandler tests.

Aleksander Nowodzinski преди 9 години
родител
ревизия
a3a3481c61
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      packages/ckeditor5-utils/tests/keystrokehandler.js

+ 0 - 2
packages/ckeditor5-utils/tests/keystrokehandler.js

@@ -35,9 +35,7 @@ describe( 'KeystrokeHandler', () => {
 			sinon.assert.calledOnce( spy );
 			sinon.assert.calledWithExactly( spy, keyEvtData );
 		} );
-	} );
 
-	describe( 'constructor()', () => {
 		it( 'triggers #press on #keydown', () => {
 			const spy = sinon.spy( keystrokes, 'press' );
 			const keyEvtData = { keyCode: 1 };