chore(deps): bump prettier from 3.7.3 to 3.7.4 #2177
Annotations
2 errors
|
unit-tests (18.x)
Process completed with exit code 1.
|
|
Unhandled error:
packages/utils/src/assert.ts#L24
Error: Please call the .follow() method before invoking any other methods in this group.
❯ throwError ../utils/src/assert.ts:24:9
❯ Module.assert ../utils/src/assert.ts:6:3
❯ ChainHead.#ensureFollowed src/json-rpc/group/ChainHead/ChainHead.ts:882:5
❯ ChainHead.bestRuntimeVersion src/json-rpc/group/ChainHead/ChainHead.ts:178:16
❯ V2Client.doInitialize src/client/V2Client.ts:148:49
❯ runNextTicks node:internal/process/task_queues:60:5
❯ listOnTimeout node:internal/timers:538:9
❯ processTimers node:internal/timers:512:7
❯ V2Client.initialize src/client/BaseSubstrateClient.ts:361:5
❯ onConnected src/client/BaseSubstrateClient.ts:354:5
This error originated in "src/client/__tests__/V2Client.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "Finalized tx". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|