chore(core): add tests for toURLSearchParams (#8322)

This commit is contained in:
fundon
2024-09-20 04:14:48 +00:00
parent 661594aec8
commit bed70cd51a
9 changed files with 87 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
import { toURLSearchParams } from '@affine/core/utils';
import { toURLSearchParams } from '@affine/core/modules/navigation';
import type { WorkspaceService } from '@toeverything/infra';
import {
fromPromise,