Files
mold_cost_online_tool/infra/jest.config.js
T
Anup Raj Gopinathan 0e4f834409 Initial jenkins version
2025-06-25 13:22:01 +02:00

9 lines
157 B
JavaScript

module.exports = {
testEnvironment: 'node',
roots: ['<rootDir>/test'],
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.tsx?$': 'ts-jest'
}
};