mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-05-15 08:25:24 +08:00
5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
module.exports = {
|
|
test: ['test/**/*.spec.js'],
|
|
coverage: ['src/components/**/*', 'src/helpers/**/*']
|
|
};
|