mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
test: update test config
This commit is contained in:
parent
81d609c41a
commit
b8118bb09c
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,6 +26,7 @@ _site
|
||||
_data
|
||||
dist
|
||||
/lib
|
||||
/es
|
||||
elasticsearch-*
|
||||
config/base.yaml
|
||||
/.vscode/
|
||||
|
@ -198,8 +198,8 @@
|
||||
"/_site/"
|
||||
],
|
||||
"testPathIgnorePatterns": [
|
||||
"dekko",
|
||||
"/node_modules/",
|
||||
"dekko",
|
||||
"node"
|
||||
],
|
||||
"transform": {
|
||||
@ -210,11 +210,13 @@
|
||||
"testRegex": ".*\\.test\\.js$",
|
||||
"collectCoverageFrom": [
|
||||
"components/**/*.{ts,tsx}",
|
||||
"!components/*/style/index.tsx"
|
||||
"!components/*/style/index.tsx",
|
||||
"!components/style/index.tsx",
|
||||
"!components/*/locale/index.tsx"
|
||||
],
|
||||
"transformIgnorePatterns": [
|
||||
"/node_modules/",
|
||||
"/dist/antd.js"
|
||||
"/dist/"
|
||||
],
|
||||
"snapshotSerializers": [
|
||||
"enzyme-to-json/serializer"
|
||||
|
Loading…
Reference in New Issue
Block a user