Skip to content

Commit

Permalink
fix(types): remove unnecessary method (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
38elements authored and eddyerburgh committed Jun 25, 2018
1 parent 98fb881 commit 2068208
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/test-utils/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export interface Wrapper<V extends Vue> extends BaseWrapper {
html (): string
text (): string
name (): string
setSelected(): void

emitted (event?: string): { [name: string]: Array<Array<any>> }
emittedByOrder (): Array<{ name: string, args: Array<any> }>
Expand Down

0 comments on commit 2068208

Please sign in to comment.