Skip to content

Commit

Permalink
fix(types): update packages/server-test-utils/types/index.d.ts (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
38elements authored and eddyerburgh committed Apr 11, 2018
1 parent a7782fa commit 7035bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/server-test-utils/types/index.d.ts
Expand Up @@ -35,6 +35,7 @@ interface MountOptions<V extends Vue> extends ComponentOptions<V> {
stubs?: Stubs,
attrs?: object
listeners?: object
sync?: boolean
}

type ThisTypedMountOptions<V extends Vue> = MountOptions<V> & ThisType<V>
Expand Down

0 comments on commit 7035bad

Please sign in to comment.