Tests: First batch of test scenarios (#2) #11
cd.yml
on: push
Annotations
4 errors
|
Verify / Test
Process completed with exit code 1.
|
|
packages/client/src/thirdweb.test.ts > Given a ThirdwebClient instance > When using it to sign an ERC20 permit > Then it should resolve with the expected EIP712Signature object:
packages/client/src/thirdweb.test.ts#L35
InvariantError: Expected a value, got: [GraphQL] Bad user input - Permit is not supported for this token
❯ invariant packages/types/src/helpers/invariant.ts:20:11
❯ h packages/core/src/utils.ts:19:3
❯ ResultAsync.<anonymous> node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:133:33
❯ node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:43:71
❯ __awaiter node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:39:12
❯ node_modules/.pnpm/[email protected]/node_modules/neverthrow/dist/index.cjs.js:129:60
❯ packages/client/src/thirdweb.test.ts:35:22
|
|
packages/client/src/thirdweb.test.ts > Given a ThirdwebClient instance > When using it to send Aave v3 transactions > Then it should work as expected:
packages/client/src/thirdweb.test.ts#L22
TypeError: (0 , userSetEmode) is not a function
❯ packages/client/src/thirdweb.test.ts:22:28
|
|
Publish Snapshot
Process completed with exit code 1.
|