Commit a1334d8
committed
fix(pgsql-test): add moduleNameMapper for Jest to resolve workspace dependencies
- Add moduleNameMapper configuration in packages/pgsql-test/jest.config.js
- Maps @launchql/* packages to packages/*/dist directories for Jest resolution
- Fixes Jest module resolution issues with pnpm's isolated structure
- Required for tests that import @launchql/core and other workspace packages1 parent f90b5f4 commit a1334d8
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
0 commit comments