Skip to content

Commit

Permalink
fix(types): expose RenderOptions (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt authored May 9, 2021
1 parent cbedda0 commit 6a27927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ interface VueTestingLibraryRenderOptions {
container?: Element
baseElement?: Element
}
type RenderOptions = VueTestingLibraryRenderOptions & VueTestUtilsRenderOptions
export type RenderOptions = VueTestingLibraryRenderOptions & VueTestUtilsRenderOptions

export function render(
TestComponent: any, // this makes me sad :sob:
Expand Down

0 comments on commit 6a27927

Please sign in to comment.