mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
core: fix Cannot read properties of null (reading 'clear')
This commit is contained in:
committed by
Abdullah Atta
parent
030aba2ac3
commit
e1cfbb155d
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user