Skip to content

Commit d37e9e6

Browse files
authored
Merge pull request testing-library#951 from messenjer/patch-1
docs(api/debug): missing the assignment
2 parents 294610b + c048c5c commit d37e9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vue-testing-library/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ defaults to `baseElement`
174174
```jsx
175175
import { render } from '@testing-library/vue'
176176

177-
const HelloWorldComponent {
177+
const HelloWorldComponent = {
178178
template: `<h1>Hello World</h1>`
179179
}
180180

0 commit comments

Comments
 (0)