Skip to content

Commit

Permalink
fix(types): Remove argument for resetAutoDestroyState (#1907)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirlancelot committed Oct 29, 2021
1 parent fef4a50 commit 3a5c779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-utils/types/index.d.ts
Expand Up @@ -202,6 +202,6 @@ export declare function createWrapper(node: Vue, options?: WrapperOptions): Wrap
export declare function createWrapper(node: HTMLElement, options?: WrapperOptions): Wrapper<null>

export declare function enableAutoDestroy(hook: (...args: any[]) => any): void
export declare function resetAutoDestroyState(hook: (...args: any[]) => any): void
export declare function resetAutoDestroyState(): void

export declare let RouterLinkStub: VueClass<Vue>

0 comments on commit 3a5c779

Please sign in to comment.