You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update test-runner-mocha rollup config for rewriteRelativeImportExtensions
TypeScript's rewriteRelativeImportExtensions injects a
__rewriteRelativeImportExtension helper into the output. This helper
is not needed in browser bundles and breaks test execution.
Add stripRewriteImportExtensionPlugin to remove the helper from the
rollup output. Also add resolveMochaPlugin for robust monorepo
module resolution.
Assisted-By: Claude Opus 4.6 (1M context) <[email protected]>
0 commit comments