Skip to content

test: validate public export surface of src/index.ts (Issue #125) - #194

Open
rafaio1 wants to merge 1 commit into
Lilly-Protocol:mainfrom
rafaio1:bounty/issue-125-public-export-surface
Open

test: validate public export surface of src/index.ts (Issue #125)#194
rafaio1 wants to merge 1 commit into
Lilly-Protocol:mainfrom
rafaio1:bounty/issue-125-public-export-surface

Conversation

@rafaio1

@rafaio1 rafaio1 commented Aug 26, 2026

Copy link
Copy Markdown

Summary

Adds regression test guarding the public export surface of src/index.ts against accidental removal or renaming of classes, functions, or types.

Tests Added

  • ✅ All expected classes exported and callable
  • ✅ All expected functions exported and callable
  • ✅ No public export accidentally removed or renamed

Verification

All 3 tests pass locally via npx vitest run tests/public-export-surface.test.ts.

Closes #125

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: $30] Add test validating the public export surface of src/index.ts

1 participant