Skip to content

Commit 84cb1f1

Browse files
authored
Update wait-for-element-to-be-removed.d.ts
1 parent 46007ce commit 84cb1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/wait-for-element-to-be-removed.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { waitForOptions } from "wait-for";
1+
import { waitForOptions } from "./wait-for";
22

33
export function waitForElementToBeRemoved<T>(
44
callback: (() => T) | T,

0 commit comments

Comments
 (0)