Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
Add missing dependencies for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fabien0102 committed Aug 5, 2018
1 parent ca3bef3 commit 0ca57b3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
12 changes: 12 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"url": "https://github.com/contiamo/restful-react"
},
"scripts": {
"test": "jest",
"watch": "rollup -cw",
"build": "rollup -c",
"precommit": "lint-staged",
Expand Down Expand Up @@ -60,11 +61,13 @@
"@types/react": "^16.4.1",
"doctoc": "^1.3.1",
"husky": "^0.14.3",
"jest": "^23.1.0",
"jest-dom": "^1.8.1",
"isomorphic-fetch": "^2.2.1",
"jest": "^23.4.2",
"jest-dom": "^1.12.0",
"lint-staged": "^7.2.0",
"nock": "^9.4.4",
"prettier": "^1.13.5",
"react-dom": "^16.4.2",
"react-testing-library": "^4.1.2",
"rollup": "^0.63.5",
"rollup-plugin-typescript2": "^0.16.1",
Expand Down Expand Up @@ -93,6 +96,7 @@
"jsx",
"json",
"node"
]
],
"testURL": "http://localhost"
}
}

0 comments on commit 0ca57b3

Please sign in to comment.