From aeb644cf84a0a53a207e216d24e04bebd9ef55f4 Mon Sep 17 00:00:00 2001 From: Rishabh Date: Mon, 4 Jul 2022 16:00:02 +0200 Subject: [PATCH] Fixed lint --- apps/comments-ui/src/App.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/comments-ui/src/App.test.js b/apps/comments-ui/src/App.test.js index 0f2f0d6016..22a0d41f0f 100644 --- a/apps/comments-ui/src/App.test.js +++ b/apps/comments-ui/src/App.test.js @@ -1,4 +1,4 @@ -import { render, screen } from '@testing-library/react'; +import {render, screen} from '@testing-library/react'; import App from './App'; test('renders learn react link', () => {