mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
Exclude style/index.tsx from coverage resport.
This commit is contained in:
parent
ff2d55481e
commit
bd1334065d
@ -191,7 +191,8 @@
|
||||
},
|
||||
"testRegex": "/tests/.*\\.test\\.js$",
|
||||
"collectCoverageFrom": [
|
||||
"components/**/*.{ts,tsx}"
|
||||
"components/**/*.{ts,tsx}",
|
||||
"!components/*/style/index.tsx"
|
||||
]
|
||||
},
|
||||
"pre-commit": [
|
||||
|
Loading…
Reference in New Issue
Block a user