mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
feat: bump more deps (#14079)
This commit is contained in:
@@ -34,9 +34,8 @@ afterAll(() => {
|
||||
|
||||
describe('workspace db management', () => {
|
||||
test('trash workspace', async () => {
|
||||
const { trashWorkspace } = await import(
|
||||
'@affine/electron/helper/workspace/handlers'
|
||||
);
|
||||
const { trashWorkspace } =
|
||||
await import('@affine/electron/helper/workspace/handlers');
|
||||
const workspaceId = v4();
|
||||
const workspacePath = path.join(
|
||||
appDataPath,
|
||||
@@ -58,9 +57,8 @@ describe('workspace db management', () => {
|
||||
});
|
||||
|
||||
test('delete workspace', async () => {
|
||||
const { deleteWorkspace } = await import(
|
||||
'@affine/electron/helper/workspace/handlers'
|
||||
);
|
||||
const { deleteWorkspace } =
|
||||
await import('@affine/electron/helper/workspace/handlers');
|
||||
const workspaceId = v4();
|
||||
const workspacePath = path.join(
|
||||
appDataPath,
|
||||
|
||||
Reference in New Issue
Block a user