fes.js/jest.config.js

9 lines
135 B
JavaScript
Raw Normal View History

2021-08-07 15:43:24 +08:00
module.exports = {
2021-08-13 17:58:13 +08:00
testPathIgnorePatterns: [
'/node_modules/',
'fes-template',
'fes-template-h5'
2021-08-07 15:43:24 +08:00
]
};