Update testnet preview matcher #95
Annotations
5 errors and 3 warnings
src/client.test.ts > ChainRegistryClient > returns a Registry object for valid chain IDs:
npm/src/client.ts#L10
Error: Registry not found for penumbra-testnet-deimos
❯ ChainRegistryClient.get src/client.ts:10:13
❯ src/client.test.ts:9:29
|
src/utils/testnet-parser.test.ts > testnet-preview helper > should correctly identify testnet-preview chain-id:
npm/src/utils/testnet-parser.test.ts#L6
AssertionError: expected false to be truthy
❯ src/utils/testnet-parser.test.ts:6:75
|
src/utils/testnet-parser.test.ts > testnet-preview helper > should not identify chain-id as testnet-preview:
npm/src/utils/testnet-parser.test.ts#L15
AssertionError: expected true to be falsy
- Expected
+ Received
- true
+ false
❯ src/utils/testnet-parser.test.ts:15:66
|
src/utils/testnet-parser.test.ts > testnet-preview helper > should correctly derive testnet chain-id from testnet-preview chain-id:
npm/src/utils/testnet-parser.test.ts#L19
AssertionError: expected undefined to deeply equal 'penumbra-testnet-deimos-6'
- Expected:
"penumbra-testnet-deimos-6"
+ Received:
undefined
❯ src/utils/testnet-parser.test.ts:19:83
|
Test
Process completed with exit code 1.
|
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint and check formatting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|