Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
Reverts the removal to give time to migrate the other unit tests. Add…
Browse files Browse the repository at this point in the history
…s the serializer configuration to the jest.config.json
  • Loading branch information
Ricardo Machado committed Mar 17, 2017
1 parent 4a0d500 commit aa01dd0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"cheerio": "^0.22.0",
"coveralls": "^2.11.12",
"enzyme": "^2.7.1",
"enzyme-to-json": "^1.1.4",
"eslint": "^3.14.0",
"eslint-config-travix": "^2.2.0",
"eslint-plugin-babel": "^4.0.0",
Expand Down
7 changes: 6 additions & 1 deletion tests/jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"collectCoverage": true,
"collectCoverageFrom": [
"builder/**/*.js",
"!builder/index.js",
"!builder/webpack.config.js",
"components/**/*.js",
"!components/index.js"
Expand All @@ -10,7 +11,11 @@
"js",
"json"
],
"snapshotSerializers": [
"<rootDir>/node_modules/jest-serializer-enzyme"
],
"transform": {
".*": "<rootDir>/node_modules/babel-jest"
}
},
"watchman": false
}

0 comments on commit aa01dd0

Please sign in to comment.