浏览代码

Removed notes about sinon.

Maciej Bukowski 7 年之前
父节点
当前提交
e74772fa1a
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      packages/ckeditor5-engine/tests/view/observer/selectionobserver.js

+ 0 - 4
packages/ckeditor5-engine/tests/view/observer/selectionobserver.js

@@ -250,8 +250,6 @@ describe( 'SelectionObserver', () => {
 		changeDomSelection();
 
 		// Wait 100ms.
-		// Note that it's difficult/not possible to test lodash#debounce with sinon fake timers.
-		// See: https://github.com/lodash/lodash/issues/304
 		setTimeout( () => {
 			// Check if spy was called.
 			expect( spy.notCalled ).to.true;
@@ -294,8 +292,6 @@ describe( 'SelectionObserver', () => {
 		changeDomSelection();
 
 		// Wait 100ms.
-		// Note that it's difficult/not possible to test lodash#debounce with sinon fake timers.
-		// See: https://github.com/lodash/lodash/issues/304
 		setTimeout( () => {
 			// And destroy observer.
 			selectionObserver.destroy();