diff --git a/tests/shallowMount.spec.ts b/tests/shallowMount.spec.ts index 51c312c99..6fd3f1896 100644 --- a/tests/shallowMount.spec.ts +++ b/tests/shallowMount.spec.ts @@ -26,7 +26,7 @@ describe('shallowMount', () => { ) }) - it.only('stubs all components, but allows providing custom stub', () => { + it('stubs all components, but allows providing custom stub', () => { const wrapper = mount(ComponentWithChildren, { shallow: true, global: {