Skip to content

Commit

Permalink
BE-652 Increase Code Coverage
Browse files Browse the repository at this point in the history
* Worked on Lists

Signed-off-by: Uma Parameshwari <umaparameswari11@gmail.com>
Change-Id: Ide9b0e8123e55d19ebdb914d6b0c6568e1da3c9f
  • Loading branch information
umaparam committed Jun 18, 2019
1 parent ecb62a1 commit 4fc8c14
Show file tree
Hide file tree
Showing 4 changed files with 946 additions and 874 deletions.
6 changes: 5 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@
"!src/setupTests.js",
"!src/registerServiceWorker.js",
"!src/services/*.js",
"!src/components/Main.js"
"!src/components/Main.js",
"!src/components/Login/Login.js",
"!src/components/Register/Register.js",
"!src/components/View/LandingPage.js",
"!src/state/redux/auth/operations.js"
],
"coverageReporters": [
"json",
Expand Down
Loading

0 comments on commit 4fc8c14

Please sign in to comment.