-
Notifications
You must be signed in to change notification settings - Fork 268
Closed
Labels
Description
I think it would be helpful to expose the Instance
type so plugins can type the argument (https://vue-test-utils.vuejs.org/v2/guide/plugins.html#writing-a-plugin) as well as adapting the install
function to infer the options parameter:
install(handler: (instance: Instance) => Record<string, any>, options?: Record<string, any>): void;
Similar to vuejs/core#2758