Skip to content

Commit

Permalink
docs: fix plugin TS declaration example (vuejs#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
starkovsky authored and nazarepiedady committed Jul 18, 2024
1 parent 5cb8875 commit 8bc2085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/extending-vtu/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ To use your custom wrapper plugin with [TypeScript](https://www.typescriptlang.o
import { DOMWrapper } from '@vue/test-utils';

declare module '@vue/test-utils' {
export class VueWrapper {
interface VueWrapper {
findByTestId(testId: string): DOMWrapper[];
}
}
Expand Down

0 comments on commit 8bc2085

Please sign in to comment.