Maciej Bukowski %!s(int64=7) %!d(string=hai) anos
pai
achega
8460414b88
Modificáronse 1 ficheiros con 1 adicións e 7 borrados
  1. 1 7
      packages/ckeditor5-autosave/tests/autosave.js

+ 1 - 7
packages/ckeditor5-autosave/tests/autosave.js

@@ -13,15 +13,9 @@ import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph';
 import PendingActions from '@ckeditor/ckeditor5-core/src/pendingactions';
 import PendingActions from '@ckeditor/ckeditor5-core/src/pendingactions';
 
 
 describe( 'Autosave', () => {
 describe( 'Autosave', () => {
-	/** @type {(typeof import 'sinon')} */
 	const sandbox = sinon.sandbox;
 	const sandbox = sinon.sandbox;
 
 
-	let editor;
-
-	let element;
-
-	/** @type {Autosave} */
-	let autosave;
+	let editor, element, autosave;
 
 
 	beforeEach( () => {
 	beforeEach( () => {
 		sandbox.useFakeTimers( { now: Date.now() } );
 		sandbox.useFakeTimers( { now: Date.now() } );