Skip to content

chore: simplify testing utils #94

chore: simplify testing utils

chore: simplify testing utils #94

Triggered via push December 11, 2025 00:17
Status Success
Total duration 18s
Artifacts

unit-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
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.