comty/jest.config.js
2020-11-26 14:57:22 +01:00

9 lines
143 B
JavaScript
Executable File

module.exports = {
verbose: false,
modulePaths: [
'<rootDir>',
],
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
}