1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-26 10:54:15 +00:00
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',
},
}