Skip to content

Commit 0bb7354

Browse files
refactor: code cleanup
1 parent f18bf3d commit 0bb7354

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

__tests__/components/sections/feedbacks/Form.test.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,4 @@ describe('FeedbackForm', () => {
7070
expect(githubLinkInput).not.toBeInTheDocument();
7171
})
7272

73-
// it should render only when we have submission too
74-
75-
76-
// should have a githublink when the challenge allows so.
7773
})

__tests__/components/ui/Badge.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jest.mock("next/router", () => ({
1212
emit: jest.fn(),
1313
},
1414
isFallback: false,
15-
pathname: "mocked-pathname",
15+
pathname: "mocked-pathname",
1616
}),
1717
}));
1818

0 commit comments

Comments
 (0)