PromucFlow_constructor/app/shared/ast/jest.config.js
Aman Agarwal 7ecb5e1c19
fix: workflow for shared modules testing (#16778)
* fix: workflow for shared modules testing
2022-09-30 18:36:25 +05:30

7 lines
99 B
JavaScript

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