diff --git a/package.json b/package.json
index 4b416cc8bc3e2303bc68ffd0c83901c3039fa2fa..3421b9605fca139a506dcb414bda94df496f2c1a 100644
--- a/package.json
+++ b/package.json
@@ -12,7 +12,9 @@
     "lint:fix": "eslint src --fix",
     "pre-commit": "lint-staged -p false",
     "start": "react-scripts start",
-    "test": "react-scripts test"
+    "test": "react-scripts test --watchAll=false",
+    "test:watch": "react-scripts test",
+    "validate": "run -s format:check lint"
   },
   "husky": {
     "hooks": {