Skip to content

Commit

Permalink
test: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Aug 2, 2024
1 parent e0c1204 commit 57646e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-tests/tests/api/stats.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { localConfig } from "../../src/config";
import { Helper } from "../../src/helper";

describe("Stats", () => {
// jest.setTimeout(localConfig.standardTimeout); //works unstable without timeout
jest.setTimeout(localConfig.standardTimeout); //works unstable without timeout

const helper = new Helper();
let apiRoute: string;
Expand Down

0 comments on commit 57646e4

Please sign in to comment.