core: fix Cannot read properties of null (reading 'clear')

This commit is contained in:
Abdullah Atta
2023-09-11 12:48:23 +05:00
committed by Abdullah Atta
parent 030aba2ac3
commit e1cfbb155d

View File

@@ -21,7 +21,7 @@ import DB from "../../src/api";
import { NodeStorageInterface } from "../../__mocks__/node-storage.mock";
import dayjs from "dayjs";
import { groupArray } from "../../src/utils/grouping";
import FS from "../../__mocks__/fs.mock";
import { FS } from "../../__mocks__/fs.mock";
import Compressor from "../../__mocks__/compressor.mock";
import { expect } from "vitest";
import EventSource from "eventsource";