From 330732d9823629f05b4360aa2441bbcb7eccdc99 Mon Sep 17 00:00:00 2001 From: sabertazimi Date: Fri, 6 Aug 2021 21:14:50 +0800 Subject: [PATCH] refactor(test): format code --- src/components/GithubCard/GithubCard.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GithubCard/GithubCard.test.tsx b/src/components/GithubCard/GithubCard.test.tsx index f349a8399..f51a263f2 100644 --- a/src/components/GithubCard/GithubCard.test.tsx +++ b/src/components/GithubCard/GithubCard.test.tsx @@ -42,7 +42,7 @@ const repos = [ describe('GithubCard', () => { test('should render correctly (snapshot)', () => { const tree = create( - + ).toJSON(); expect(tree).toMatchSnapshot(); });