1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-23 01:14:16 +00:00
comty/jest.config.js

9 lines
143 B
JavaScript

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