From 9c83b61051013a8a2ffb23cfb57b0322f5c62335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Neves?= Date: Sun, 10 Feb 2019 10:28:08 -0500 Subject: [PATCH] chore: fix unit test url copy --- __tests__/components/qrcode.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/components/qrcode.test.js b/__tests__/components/qrcode.test.js index 7960b31..229257f 100644 --- a/__tests__/components/qrcode.test.js +++ b/__tests__/components/qrcode.test.js @@ -11,7 +11,7 @@ afterEach(cleanup); describe('', () => { test('should render qrcode component correctly', () => { const { queryByTestId } = render( - , + , ); expect(queryByTestId('QRCode')).toBeInTheDocument();