We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34938b7 commit 410f792Copy full SHA for 410f792
client/src/components/__tests__/Sidebar.test.tsx
@@ -392,11 +392,6 @@ describe("Sidebar", () => {
392
});
393
394
describe("Copy Server Features", () => {
395
- beforeEach(() => {
396
- jest.clearAllMocks();
397
- jest.clearAllTimers();
398
- });
399
-
400
const getCopyButtons = () => {
401
return {
402
serverEntry: screen.getByRole("button", { name: /server entry/i }),
0 commit comments