1
0
mirror of https://github.com/WeBankFinTech/fes.js.git synced 2025-04-06 03:59:53 +08:00
fes.js/jest.config.js
2021-08-13 17:58:13 +08:00

9 lines
135 B
JavaScript

module.exports = {
testPathIgnorePatterns: [
'/node_modules/',
'fes-template',
'fes-template-h5'
]
};