diff --git a/src/components/Button/Button.test.jsx b/src/components/Button/Button.test.jsx index 26dc9280d..f072c1830 100644 --- a/src/components/Button/Button.test.jsx +++ b/src/components/Button/Button.test.jsx @@ -427,7 +427,7 @@ describe('Button', () => { expect(buttonElement.getAttribute('type')).toBe(null); }); - test('it renders a target attribute if one is passed, the element is an anchor, and there is a href', () => { + test('it renders a target attribute if one is passed, the element is an anchor, and there is an href', () => { render(