Skip to content

Commit dd44ad4

Browse files
committed
Fix tests, remove unnecessary flag
1 parent c8cf404 commit dd44ad4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"prettier:check": "prettier --check \"./**/*.{js,ts,md,json}\"",
2121
"prettier:fix": "prettier --write \"./**/*.{js,ts,md,json}\"",
2222
"test": "jest --config=jest-unit.config.js",
23-
"test:e2e": "jest ---config=jest-e2e.config.js --runInBand",
23+
"test:e2e": "jest ---config=jest-e2e.config.js",
2424
"tsc": "tsc --project .",
2525
"docker:build": "docker build -t api3/airseekerv2:latest -f docker/Dockerfile .",
2626
"docker:run": "docker run -it --rm api3/airseekerv2:latest",

src/config/schema.test.ts

+2
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ describe('chains schema', () => {
188188
activeDapiNames: [],
189189
},
190190
gasSettings,
191+
dataFeedBatchSize: 10,
192+
dataFeedUpdateInterval: 60,
191193
},
192194
};
193195

0 commit comments

Comments
 (0)