Skip to content

Conversation

@Jye10032
Copy link
Contributor

@Jye10032 Jye10032 commented Jan 5, 2026

Summary

  • Fix Windows CI failures in incomingCalls and outgoingCalls tests
  • Replace hardcoded Unix paths (/test.ts) with join(TEST_DIR, 'test.ts') for cross-platform compatibility

Related

Fixes the 4 failing tests in #31

Replace hardcoded Unix paths (/test.ts) with join(TEST_DIR, 'test.ts')
to fix Windows CI failures. Unix-style absolute paths are invalid on
Windows and cause pathToUri/uriToPath to fail.
@ktnyt
Copy link
Owner

ktnyt commented Jan 23, 2026

Ahhh!! Thank you so much!!!

@ktnyt ktnyt merged commit 58289ff into ktnyt:feature/add-lsp-tools Jan 23, 2026
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.

2 participants