feat(core-ts): detect() and validate() unit test suites (#189) #200
Annotations
10 errors and 1 warning
|
Run pnpm --filter stellar-address-kit test:
packages/core-ts/src/spec/runner.test.ts#L39
AssertionError: expected null to be 'GA7QYNF7SZFX4X7X5JFZZ3UQ6BXHDSY2RKVKZ…' // Object.is equality
- Expected:
"GA7QYNF7SZFX4X7X5JFZZ3UQ6BXHDSY2RKVKZKX5FFQJ1ZMZX1"
+ Received:
null
❯ src/spec/runner.test.ts:39:49
|
|
Run pnpm --filter stellar-address-kit test:
packages/core-ts/src/muxed/encode.ts#L31
TypeError: baseAccount.accountId is not a function
❯ new MuxedAccount ../../node_modules/.pnpm/@stellar+stellar-base@12.1.1/node_modules/@stellar/stellar-base/lib/muxed_account.js:58:33
❯ Module.encodeMuxed src/muxed/encode.ts:31:17
❯ src/spec/runner.test.ts:16:28
|
|
Run pnpm --filter stellar-address-kit test:
packages/core-ts/src/muxed/encode.ts#L31
TypeError: baseAccount.accountId is not a function
❯ new MuxedAccount ../../node_modules/.pnpm/@stellar+stellar-base@12.1.1/node_modules/@stellar/stellar-base/lib/muxed_account.js:58:33
❯ Module.encodeMuxed src/muxed/encode.ts:31:17
❯ src/spec/runner.test.ts:16:28
|
|
Run pnpm --filter stellar-address-kit test:
packages/core-ts/src/muxed/encode.ts#L31
TypeError: baseAccount.accountId is not a function
❯ new MuxedAccount ../../node_modules/.pnpm/@stellar+stellar-base@12.1.1/node_modules/@stellar/stellar-base/lib/muxed_account.js:58:33
❯ Module.encodeMuxed src/muxed/encode.ts:31:17
❯ src/spec/runner.test.ts:16:28
|
|
Run pnpm --filter stellar-address-kit test:
packages/core-ts/src/muxed/encode.ts#L31
TypeError: baseAccount.accountId is not a function
❯ new MuxedAccount ../../node_modules/.pnpm/@stellar+stellar-base@12.1.1/node_modules/@stellar/stellar-base/lib/muxed_account.js:58:33
❯ Module.encodeMuxed src/muxed/encode.ts:31:17
❯ src/spec/runner.test.ts:16:28
|
|
Run pnpm --filter stellar-address-kit test:
packages/core-ts/src/muxed/encode.ts#L31
TypeError: baseAccount.accountId is not a function
❯ new MuxedAccount ../../node_modules/.pnpm/@stellar+stellar-base@12.1.1/node_modules/@stellar/stellar-base/lib/muxed_account.js:58:33
❯ Module.encodeMuxed src/muxed/encode.ts:31:17
❯ src/spec/runner.test.ts:16:28
|
|
Run pnpm --filter stellar-address-kit test:
packages/core-ts/src/muxed/encode.test.ts#L82
AssertionError: expected [Function] to not throw an error but 'TypeError: baseAccount.accountId is n…' was thrown
- Expected:
undefined
+ Received:
"TypeError: baseAccount.accountId is not a function"
❯ src/muxed/encode.test.ts:82:12
|
|
Run pnpm --filter stellar-address-kit test:
packages/core-ts/src/muxed/encode.test.ts#L72
AssertionError: expected [Function] to not throw an error but 'TypeError: baseAccount.accountId is n…' was thrown
- Expected:
undefined
+ Received:
"TypeError: baseAccount.accountId is not a function"
❯ src/muxed/encode.test.ts:72:12
|
|
Run pnpm --filter stellar-address-kit test:
packages/core-ts/src/muxed/encode.ts#L31
TypeError: baseAccount.accountId is not a function
❯ new MuxedAccount ../../node_modules/.pnpm/@stellar+stellar-base@12.1.1/node_modules/@stellar/stellar-base/lib/muxed_account.js:58:33
❯ Module.encodeMuxed src/muxed/encode.ts:31:17
❯ src/muxed/encode.test.ts:22:24
❯ src/muxed/encode.test.ts:13:16
|
|
Run pnpm --filter stellar-address-kit test:
packages/core-ts/src/address/parse.test.ts#L163
AssertionError: expected [Function] to throw error matching /AddressParseError/ but got 'Invalid address'
- Expected:
/AddressParseError/
+ Received:
"Invalid address"
❯ src/address/parse.test.ts:163:43
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Loading