From d2369860aea2ae84a08333d1ad19e84954a9e933 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 30 Jun 2020 18:23:38 +0200 Subject: [PATCH] fix: remove only in tests --- tests/shallowMount.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {