Skip to content

fix: resolve test dependency compatibility issues#206

Merged
kdquistanchala merged 1 commit into
mainfrom
fix/resolve-module-interop-issues
May 12, 2026
Merged

fix: resolve test dependency compatibility issues#206
kdquistanchala merged 1 commit into
mainfrom
fix/resolve-module-interop-issues

Conversation

@kdquistanchala
Copy link
Copy Markdown
Contributor

Summary

Fixes test failures caused by module compatibility issues between CommonJS dependencies and the ESM test environment.

Details

Some transitive dependencies (via react-native-testing-mocks) use CommonJS modules that are not fully compatible with Vitest’s ESM handling. This caused import resolution errors during test execution.

@kdquistanchala kdquistanchala self-assigned this May 12, 2026
@kdquistanchala kdquistanchala added the bug Something isn't working label May 12, 2026
@kdquistanchala kdquistanchala requested a review from suany0805 May 12, 2026 17:18
@kdquistanchala kdquistanchala merged commit f7c6a1a into main May 12, 2026
5 checks passed
SbsCruz added a commit that referenced this pull request May 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants