Skip to content

Commit c7c4ac5

Browse files
authored
Update faq.mdx (#1025)
1 parent aba434d commit c7c4ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vue-testing-library/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ However if you need to, you can either use Jest's
4646
the [`stubs`][stubs] key provided by @vue/test-utils.
4747

4848
```js
49-
import {render} from '@vue/test-utils'
49+
import {render} from '@testing-library/vue'
5050
import Component from './Component'
5151

5252
test('Can stub components', () => {

0 commit comments

Comments
 (0)