Skip to content

Commit

Permalink
test: update test config
Browse files Browse the repository at this point in the history
  • Loading branch information
benjycui committed May 27, 2017
1 parent 81d609c commit b8118bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ _site
_data
dist
/lib
/es
elasticsearch-*
config/base.yaml
/.vscode/
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@
"/_site/"
],
"testPathIgnorePatterns": [
"dekko",
"/node_modules/",
"dekko",
"node"
],
"transform": {
Expand All @@ -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"
Expand Down

0 comments on commit b8118bb

Please sign in to comment.