Skip to content

Commit 410f792

Browse files
Remove redundant mock and timer clear
1 parent 34938b7 commit 410f792

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

client/src/components/__tests__/Sidebar.test.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -392,11 +392,6 @@ describe("Sidebar", () => {
392392
});
393393

394394
describe("Copy Server Features", () => {
395-
beforeEach(() => {
396-
jest.clearAllMocks();
397-
jest.clearAllTimers();
398-
});
399-
400395
const getCopyButtons = () => {
401396
return {
402397
serverEntry: screen.getByRole("button", { name: /server entry/i }),

0 commit comments

Comments
 (0)