We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec12255 commit 20587e8Copy full SHA for 20587e8
packages/agent-sdk/tests/evm/token.spec.ts
@@ -1,6 +1,6 @@
1
import { zeroAddress } from "viem";
2
import { getTokenDetails, getTokenInfo } from "../../src/evm";
3
-describe("getTokenDetails", () => {
+describe.skip("getTokenDetails", () => {
4
it("should fail to get token details for zero address", async () => {
5
await expect(getTokenDetails(100, zeroAddress)).rejects.toThrow(); // or .rejects.toThrow("specific error message") if you want to check the message
6
});
0 commit comments