Skip to content

Commit

Permalink
fix tsconfig.test
Browse files Browse the repository at this point in the history
  • Loading branch information
deekshas8 committed Aug 13, 2024
1 parent 3291a92 commit 76febed
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 27 deletions.
1 change: 1 addition & 0 deletions jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ const config = {
'ts-jest',
{
useESM: true,
tsconfig: '../../tsconfig.test.json',
},
],
},
Expand Down
9 changes: 0 additions & 9 deletions packages/ai-core/jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@ import config from '../../jest.config.mjs';
const aiCoreConfig = {
...config,
displayName: 'ai-core',
transform: {
'^.+\\.ts$': [
'ts-jest',
{
tsconfig: '../../tsconfig.test.json',
useESM: true,
},
],
},
};

export default aiCoreConfig;
9 changes: 0 additions & 9 deletions packages/core/jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@ import config from '../../jest.config.mjs';
const coreConfig = {
...config,
displayName: 'core',
transform: {
'^.+\\.ts$': [
'ts-jest',
{
tsconfig: '../../tsconfig.test.json',
useESM: true,
},
],
},
};

export default coreConfig;
9 changes: 0 additions & 9 deletions packages/gen-ai-hub/jest.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@ import config from '../../jest.config.mjs';
const genAiConfig = {
...config,
displayName: 'gen-ai-hub',
transform: {
'^.+\\.ts$': [
'ts-jest',
{
tsconfig: '../../tsconfig.test.json',
useESM: true,
},
],
},
};

export default genAiConfig;

0 comments on commit 76febed

Please sign in to comment.