Skip to content

test: add unit tests for createRuntimeDependencies default wiring (Issue #114) - #200

Open
rafaio1 wants to merge 1 commit into
Lilly-Protocol:mainfrom
rafaio1:bounty/issue-114-create-runtime-deps-wiring
Open

test: add unit tests for createRuntimeDependencies default wiring (Issue #114)#200
rafaio1 wants to merge 1 commit into
Lilly-Protocol:mainfrom
rafaio1:bounty/issue-114-create-runtime-deps-wiring

Conversation

@rafaio1

@rafaio1 rafaio1 commented Aug 26, 2026

Copy link
Copy Markdown

Summary

Adds unit tests verifying createRuntimeDependencies correctly wires all nine dependency keys with proper defaults and respects injected overrides.

Tests Added

  • ✅ All required dependency keys present with non-null instances
  • ✅ Default implementations verified (InMemoryMemoryStore, UnconfiguredModelProvider, ConsoleRuntimeLogger, InMemoryRuntimeStateStore, RuntimeEventBus)
  • ✅ Injected memoryStore and eventBus respected over defaults

Verification

All 8 tests pass locally via npx vitest run tests/runtime/create-runtime-deps.test.ts.

Closes #114

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bounty: $50] Add unit tests for createRuntimeDependencies default wiring

1 participant