Skip to content

Commit 9c200de

Browse files
(fix): unresolve type SnapshotUpdateState
1 parent 4d1e106 commit 9c200de

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

types/expect-webdriverio.d.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ declare namespace ExpectWebdriverIO {
33
function setOptions(options: DefaultOptions): void
44
function getConfig(): any
55

6-
type ResolveSnapshotPathFunction = (path: string, extension: string) => string
76
interface SnapshotServiceArgs {
8-
updateState?: SnapshotUpdateState
9-
resolveSnapshotPath?: ResolveSnapshotPathFunction
7+
updateState?: import('@vitest/snapshot').SnapshotUpdateState
8+
resolveSnapshotPath?: (path: string, extension: string) => string
109
}
1110

1211
class SnapshotService {

0 commit comments

Comments
 (0)