PromucFlow_constructor/app/shared/ast/jest.config.js

7 lines
99 B
JavaScript
Raw Normal View History

module.exports = {
transform: {
"^.+\\.(png|js|ts|tsx)$": "ts-jest",
},
verbose: true
};