We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95fd5e commit f0d86a3Copy full SHA for f0d86a3
jest.config.js
@@ -17,5 +17,10 @@ module.exports = {
17
moduleNameMapper: {
18
"^vscode$": "<rootDir>/src/test/mock/vscode.ts",
19
"^@lib$": "<rootDir>/src/test/mock/lib.ts",
20
+ // Development: use local TypeScript source (same as webpack and tsconfig)
21
+ "^@altimateai/dbt-integration$":
22
+ "<rootDir>/../altimate-dbt-integration/src/index.ts",
23
+ // Production: use npm package (commented out for development)
24
+ // "^@altimateai/dbt-integration$": "@altimateai/dbt-integration",
25
},
26
};
0 commit comments