Skip to content

Commit

Permalink
fix: Module @vue/test-utils has no exported members (element-plus#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehan authored Dec 31, 2020
1 parent c77e773 commit beb1270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/vue-test-utils.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ComponentPublicInstance } from '@vue/test-utils'
import { ComponentPublicInstance } from 'vue'

declare module '@vue/test-utils' {
interface DOMWrapper<ElementType> {
Expand Down

0 comments on commit beb1270

Please sign in to comment.