We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbdc0d0 commit aff0fc5Copy full SHA for aff0fc5
docs/guide/extending-vtu/plugins.md
@@ -171,7 +171,7 @@ To use your custom wrapper plugin with [TypeScript](https://www.typescriptlang.o
171
import { DOMWrapper } from '@vue/test-utils';
172
173
declare module '@vue/test-utils' {
174
- export class VueWrapper {
+ interface VueWrapper {
175
findByTestId(testId: string): DOMWrapper[];
176
}
177
0 commit comments