Skip to content

Commit

Permalink
fix: add options param to createLocalVue types (#1873)
Browse files Browse the repository at this point in the history
Co-authored-by: 陳 佳冬 <jiadong.chen@g.softbank.co.jp>
  • Loading branch information
coolboy0961 and 陳 佳冬 committed Jul 12, 2021
1 parent c2ee13b commit 9965f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-utils/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ interface VueTestUtilsConfigOptions {
deprecationWarningHandler?: Function
}

export declare function createLocalVue (): typeof Vue
export declare function createLocalVue (options?: any): typeof Vue
export declare let config: VueTestUtilsConfigOptions

export declare function mount<V extends Vue> (component: VueClass<V>, options?: ThisTypedMountOptions<V>): Wrapper<V>
Expand Down

0 comments on commit 9965f5f

Please sign in to comment.