comty/packages/comty/jest.config.js
2020-12-14 19:48:49 +01:00

9 lines
143 B
JavaScript

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