Disable debounce removal

This commit is contained in:
Sidharth Vinod
2022-09-02 23:48:42 +05:30
parent fee0addc6b
commit 83ca1c5438
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { getEditor, cmd, disableDebounce } from './util';
import { getEditor, cmd } from './util';
describe('Auto sync tests', () => {
beforeEach(() => {
-1
View File
@@ -1,5 +1,4 @@
import { toBase64 } from 'js-base64';
import { disableDebounce } from './util';
describe('Site Loads', () => {
beforeEach(() => {