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: resolve workspace dependency resolution issues in tests
- Add @jest/test-sequencer to root devDependencies to fix Jest test
sequencer resolution errors
- Convert internal package dependencies to workspace:^ protocol:
- @launchql/server-utils: workspace:^ in server, core, explorer
- pg-cache: workspace:^ in server, explorer, core
- @launchql/logger: workspace:^ in server-utils
- Add re-export files (index.js, index.d.ts) to pg-cache package
for proper module resolution in workspace context
- Update init.install test snapshot to match pnpm-based template
output (license field and pnpm scripts)
This ensures Jest and TypeScript can correctly resolve internal
packages when running tests in the monorepo workspace, fixing
MODULE_NOT_FOUND errors that were preventing tests from passing.
0 commit comments