Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

tests: Cover rejection of pending getLatestBlock requests when blocker tracker is destroyed #598

tests: Cover rejection of pending getLatestBlock requests when blocker tracker is destroyed

tests: Cover rejection of pending getLatestBlock requests when blocker tracker is destroyed #598

Triggered via pull request May 28, 2025 22:36
Status Success
Total duration 50s
Artifacts

build-test.yml

on: pull_request
Matrix: Build, Lint, and Test
All jobs pass
3s
All jobs pass
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Build, Lint, and Test (22.x)
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, Lint, and Test (22.x): src/PollingBlockTracker.test.ts#L177
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, Lint, and Test (20.x)
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, Lint, and Test (20.x): src/PollingBlockTracker.test.ts#L177
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, Lint, and Test (18.x)
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build, Lint, and Test (18.x): src/PollingBlockTracker.test.ts#L177
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator