Skip to content

Expose @anycable/core/testing via package exports - #58

Merged
palkan merged 1 commit into
masterfrom
fix-testing-exports
Aug 6, 2026
Merged

Expose @anycable/core/testing via package exports#58
palkan merged 1 commit into
masterfrom
fix-testing-exports

Conversation

@irinanazarova

Copy link
Copy Markdown
Contributor

The exports map omits the ./testing subpath, so import { TestCable } from '@anycable/core/testing' fails with ERR_PACKAGE_PATH_NOT_EXPORTED under Node ESM, Vite, and Jest 28+ (reproduced on a clean install of v1.1.6); adding the subpath fixes the resolution.

@irinanazarova
irinanazarova requested a review from palkan August 5, 2026 19:32
@palkan
palkan merged commit cf64027 into master Aug 6, 2026
6 checks passed
@palkan
palkan deleted the fix-testing-exports branch August 6, 2026 00:25
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