Skip to content

Commit 7dc3150

Browse files
author
Markus Günther
committed
TASK: Add jest as dependency
1 parent 9b50dba commit 7dc3150

File tree

2 files changed

+2187
-61
lines changed

2 files changed

+2187
-61
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
],
2323
"dependencies": {
2424
"hoist-non-react-statics": "^3.0.1",
25-
"invariant": "^2.2.4"
25+
"invariant": "^2.2.4",
26+
"jest": "^23.4.2"
2627
},
2728
"devDependencies": {
2829
"@types/react": "^16.4.7",

0 commit comments

Comments
 (0)