diff --git a/client/package.json b/client/package.json
index 4781aa361821d95c9130bf59e29bffc2bd7050b4..e1e298dc1298b0835845e56c5ca6a1b504ea4082 100644
--- a/client/package.json
+++ b/client/package.json
@@ -22,7 +22,8 @@
     "build": "react-scripts build",
     "test": "react-scripts test",
     "eject": "react-scripts eject",
-    "lint": "eslint --ignore-path .gitignore ."
+    "lint": "eslint --ignore-path .gitignore .",
+    "test:coverage": "react-scripts test --coverage"
   },
   "eslintConfig": {
     "extends": [
@@ -50,4 +51,4 @@
     "eslint-config-strongloop": "^2.1.0",
     "eslint-plugin-react": "^7.22.0"
   }
-}
+}
\ No newline at end of file