mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: should not collect coverage from lang config files
This commit is contained in:
parent
98c553de29
commit
d366f7b4f7
@ -1,3 +1,9 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
testPathIgnorePatterns: ['/node_modules/', '/packages/'],
|
testPathIgnorePatterns: ['/node_modules/', '/packages/'],
|
||||||
|
collectCoverageFrom: [
|
||||||
|
'src/**/*.{js,jsx,ts,tsx,vue}',
|
||||||
|
'!**/demo/**',
|
||||||
|
'!**/test/**',
|
||||||
|
'!**/lang/**',
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user