Skip to content

chore: release v0.5.1 #90

chore: release v0.5.1

chore: release v0.5.1 #90

Triggered via push December 11, 2025 00:01
Status Failure
Total duration 26s
Artifacts

unit-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
test
Process completed with exit code 1.
tests/index.spec.ts > createReplaneClient > client close > should stop receiving updates after close: tests/index.spec.ts#L1534
AssertionError: expected 'updated' to be 'initial' // Object.is equality Expected: "initial" Received: "updated" ❯ tests/index.spec.ts:1534:43
Unhandled error: src/index.ts#L623
ReplaneError: Required configs are missing: config2 ❯ Timeout._onTimeout src/index.ts:623:9 ❯ listOnTimeout node:internal/timers:605:17 ❯ processTimers node:internal/timers:541:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'not_found' } This error originated in "tests/index.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 "should succeed when all required configs are in fallbacks". 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.
Unhandled error: src/index.ts#L604
ReplaneError: Replane client initialization timed out ❯ Timeout._onTimeout src/index.ts:604:9 ❯ listOnTimeout node:internal/timers:605:17 ❯ processTimers node:internal/timers:541:7 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'timeout' } This error originated in "tests/index.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 "should throw error when required config is missing from fallbacks". 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.