mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-11-29 10:17:45 +08:00
9 lines
135 B
JavaScript
9 lines
135 B
JavaScript
|
|
module.exports = {
|
|
testPathIgnorePatterns: [
|
|
'/node_modules/',
|
|
'fes-template',
|
|
'fes-template-h5'
|
|
]
|
|
};
|