Skip to content

Commit

Permalink
updates types & vitest config
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Dec 26, 2023
1 parent 452cccc commit 6a46221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/src/api/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export type GetConfigResponse = {
throttlingSlack: number;
banSlack: number;
minSignerBalance: string;
minStake: string;
multicall: string;
estimationStaticBuffer: number;
validationGasLimit: number;
Expand Down
2 changes: 2 additions & 0 deletions vitest.base.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { defineConfig } from "vitest/config";

export default defineConfig({
test: {
maxConcurrency: 1,
threads: false,
reporters: ["default", "hanging-process"],
coverage: {
clean: true,
Expand Down

0 comments on commit 6a46221

Please sign in to comment.