Skip to content

Commit

Permalink
chore: jest retry option, fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abilevych committed Jan 17, 2024
1 parent dd4f3d8 commit 7d22416
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion packages/integration-tests/jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"^.+\\.(t|j)s$": "ts-jest"
},
"reporters": ["default"],
"maxWorkers": 1
"maxWorkers": 1,
"retryTimes": 2
}
2 changes: 0 additions & 2 deletions packages/integration-tests/tests/api/tokens.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { setTimeout } from "timers/promises";

import { localConfig } from "../../src/config";
import { Buffer, Token, TransactionsType, Wallets } from "../../src/entities";
import { Helper } from "../../src/helper";
Expand Down
4 changes: 0 additions & 4 deletions packages/integration-tests/tests/api/transactions.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import * as request from "supertest";
import { setTimeout } from "timers/promises";

import { environment } from "../../src/config";
import { localConfig } from "../../src/config";
import { Buffer, Token, TransactionsStatus, TransactionsType, Wallets } from "../../src/entities";
import { Helper } from "../../src/helper";
Expand Down

0 comments on commit 7d22416

Please sign in to comment.