mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 00:14:18 +00:00
chore: should not collect coverage from lang config files
This commit is contained in:
@@ -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/**',
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user