mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-06-12 01:10:15 +00:00
fix imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { P2PSyncSetting } from "@/lib/src/common/types";
|
||||
import type { P2PSyncSetting } from "@lib/common/types";
|
||||
import { delay } from "octagonal-wheels/promises";
|
||||
import type { BrowserContext, Page } from "playwright";
|
||||
import type { Plugin } from "vitest/config";
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
import { page } from "vitest/browser";
|
||||
import { delay } from "@/lib/src/common/utils";
|
||||
import { delay } from "@lib/common/utils";
|
||||
|
||||
export async function waitForDialogShown(dialogText: string, timeout = 500) {
|
||||
const ttl = Date.now() + timeout;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { delay } from "@/lib/src/common/utils";
|
||||
import { delay } from "@lib/common/utils";
|
||||
|
||||
export async function waitTaskWithFollowups<T>(
|
||||
task: Promise<T>,
|
||||
|
||||
Reference in New Issue
Block a user