From af453dd65aa4a28da6f1e6ffc5fba70942a6338e Mon Sep 17 00:00:00 2001 From: Ben Gummer Date: Tue, 1 Aug 2017 12:49:42 -0500 Subject: [PATCH] chore: remove `it.only` in test (#7) --- src/index.spec.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.spec.jsx b/src/index.spec.jsx index 7493dec..d28b61e 100644 --- a/src/index.spec.jsx +++ b/src/index.spec.jsx @@ -51,7 +51,7 @@ it('allows to define a custom component', () => { expect(toJson(wrapper)).toMatchSnapshot(); }); -it.only('applies aria attributes to to avoid screenreader issues', () => { +it('applies aria attributes to to avoid screenreader issues', () => { const object = mount( ).find('object');