mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
[build] collect coverage from ts file (#2700)
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
snapshotSerializers: ['<rootDir>/node_modules/jest-serializer-vue'],
|
snapshotSerializers: ['<rootDir>/node_modules/jest-serializer-vue'],
|
||||||
collectCoverageFrom: [
|
collectCoverageFrom: [
|
||||||
'packages/**/*.{js,vue}',
|
'packages/**/*.{js,ts,tsx,vue}',
|
||||||
'!**/style/**',
|
'!**/style/**',
|
||||||
'!**/demo/**',
|
'!**/demo/**',
|
||||||
'!**/locale/lang/**',
|
'!**/locale/lang/**',
|
||||||
|
Reference in New Issue
Block a user