Skip to content

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
Signed-off-by: MregXN <[email protected]>
  • Loading branch information
MregXN committed Nov 28, 2023
1 parent 130704a commit c506be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/common/server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe("common/server", () => {

beforeEach(() => {
jest.clearAllMocks();
jest.setTimeout(8000); // Set the timeout to 8 seconds
jest.setTimeout(8000); // Set the timeout to 8 seconds
});

afterAll(async () => {
Expand Down

0 comments on commit c506be6

Please sign in to comment.