h-sphere_sql-seal-charts/jest.config.js

9 lines
265 B
JavaScript
Raw Normal View History

2025-01-31 13:44:21 +00:00
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.[jt]sx?$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
};