Skip to content

Commit 5cbd979

Browse files
authored
Merge pull request #248 from objectstack-ai/copilot/update-actions-run-21470580783
2 parents 98ee42e + c7d9471 commit 5cbd979

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

packages/tools/cli/jest.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,16 @@ module.exports = {
2020
'^@objectql/server$': '<rootDir>/../../runtime/server/src',
2121
},
2222
transform: {
23-
'^.+\\.ts$': ['ts-jest', {
23+
'^.+\\.(t|j)sx?$': ['ts-jest', {
2424
isolatedModules: true,
25+
tsconfig: {
26+
esModuleInterop: true,
27+
allowSyntheticDefaultImports: true,
28+
allowJs: true,
29+
}
2530
}],
2631
},
32+
transformIgnorePatterns: [
33+
"/node_modules/(?!(@objectstack|.pnpm))"
34+
],
2735
};

0 commit comments

Comments
 (0)