Skip to content

VTL for Vue 3: expose the RenderOptions type #224

Closed
@sand4rt

Description

@sand4rt

I would like the RenderOptios type to be exposed so i can create a typed DeepPartial<RenderOptios> prop on my factory function. Example: https://lmiller1990.github.io/vue-testing-handbook/components-with-props.html#refactor-with-a-factory-function

index.d.ts, line 45:

export type RenderOptions = VueTestingLibraryRenderOptions &
  VueTestUtilsRenderOptions

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions