feat(USE-71): add use-agently tools as ergonomic top-level alternative to mcp tools/mcp call
#241
Annotations
4 errors
|
Test
Process completed with exit code 1.
|
|
error: expect(received).toStrictEqual(expected):
packages/use-agently/src/commands/balance.test.ts#L41
{
"address": "0x29799FDcC01d5d1Fbd6A80d5B3c9A64BaB8B15E1",
- "balance": Any<String>,
- "currency": "USDC",
- "network": "Base",
+ "balance": {
+ "currency": "USDC",
+ "network": "Base",
+ "value": "100",
+ },
"otherProviders": [],
"provider": "local",
+ "website": "https://use-agently.com/account/0x29799FDcC01d5d1Fbd6A80d5B3c9A64BaB8B15E1",
}
- Expected - 3
+ Received + 6
at <anonymous> (/home/runner/work/use-agently/use-agently/packages/use-agently/src/commands/balance.test.ts:41:20)
|
|
error: expect(received).toStrictEqual(expected):
packages/use-agently/src/commands/balance.test.ts#L32
Expected: "USDC"
Received: undefined
at <anonymous> (/home/runner/work/use-agently/use-agently/packages/use-agently/src/commands/balance.test.ts:32:29)
|
|
Test
use-agently#test: command (/home/runner/work/use-agently/use-agently/packages/use-agently) /home/runner/.bun/bin/bun run test exited (1)
|