We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a6fc2 commit c42aa39Copy full SHA for c42aa39
docs/vue-testing-library/faq.mdx
@@ -51,7 +51,7 @@ import Component from './Component'
51
52
test('Can stub components', () => {
53
render(Component, {
54
- stubs: ['FontAwesomeIcon'],
+ global: { stubs: ['FontAwesomeIcon'] },
55
})
56
57
```
0 commit comments