Skip to content

Commit

Permalink
refactor(test): format code
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Aug 6, 2021
1 parent 229f530 commit 330732d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GithubCard/GithubCard.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const repos = [
describe('GithubCard', () => {
test('should render correctly (snapshot)', () => {
const tree = create(
<GithubCard profile={profile} repos={repos} email={email} />
<GithubCard email={email} profile={profile} repos={repos} />
).toJSON();
expect(tree).toMatchSnapshot();
});
Expand Down

0 comments on commit 330732d

Please sign in to comment.