There was an error while loading. Please reload this page.
1 parent aba434d commit c7c4ac5Copy full SHA for c7c4ac5
docs/vue-testing-library/faq.mdx
@@ -46,7 +46,7 @@ However if you need to, you can either use Jest's
46
the [`stubs`][stubs] key provided by @vue/test-utils.
47
48
```js
49
-import {render} from '@vue/test-utils'
+import {render} from '@testing-library/vue'
50
import Component from './Component'
51
52
test('Can stub components', () => {
0 commit comments