Skip to content

Commit

Permalink
Adds enzyme
Browse files Browse the repository at this point in the history
  • Loading branch information
hirako2000 committed Apr 8, 2017
1 parent 154b084 commit 7f86070
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleDirectories": ["node_modules", "app", "app/redux"],
"moduleDirectories": [
"node_modules",
"app",
"app/redux"
],
"moduleFileExtensions": [
"ts",
"tsx",
Expand Down Expand Up @@ -82,6 +86,7 @@
"classnames": "^2.2.5",
"cross-env": "^4.0.0",
"css-loader": "^0.28.0",
"enzyme": "^2.8.0",
"extract-text-webpack-plugin": "^2.0.0-beta.5",
"fetch-mock": "^5.8.1",
"file-loader": "^0.11.1",
Expand Down

0 comments on commit 7f86070

Please sign in to comment.