We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c478782 commit d236986Copy full SHA for d236986
tests/shallowMount.spec.ts
@@ -26,7 +26,7 @@ describe('shallowMount', () => {
26
)
27
})
28
29
- it.only('stubs all components, but allows providing custom stub', () => {
+ it('stubs all components, but allows providing custom stub', () => {
30
const wrapper = mount(ComponentWithChildren, {
31
shallow: true,
32
global: {
0 commit comments