We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fc26bf + 1e67108 commit 1b8a1b3Copy full SHA for 1b8a1b3
5 files changed
e2e/package.json
@@ -6,7 +6,8 @@
6
"scripts": {
7
"test": "tsx test.ts",
8
"test:unit": "tsx src/balance-aware-selector.test.ts",
9
- "test:balance-e": "tsx scripts/balance-aware-tests-e.ts",
+ "test:balance-c": "tsx src/balance-selection-fallback.test.ts",
10
+ "test:balance-e": "tsx src/balance-selection-edge.test.ts",
11
"test:weth": "tsx src/weth-integration.test.ts",
12
"test:watch": "tsc --watch",
13
"setup": "./setup.sh",
e2e/scripts/balance-aware-tests-e.ts
0 commit comments