mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +00:00
chore: should not collect coverage from lang config files
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
module.exports = {
|
||||
testPathIgnorePatterns: ['/node_modules/', '/packages/'],
|
||||
collectCoverageFrom: [
|
||||
'src/**/*.{js,jsx,ts,tsx,vue}',
|
||||
'!**/demo/**',
|
||||
'!**/test/**',
|
||||
'!**/lang/**',
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user