diff --git a/package.json b/package.json index 462b1998..f0a2a823 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ "snapshot": "fedx-scripts jest --updateSnapshot", "start": "fedx-scripts webpack-dev-server --progress", "test": "fedx-scripts jest --coverage --passWithNoTests", - "test:ci": "fedx-scripts jest --silent --coverage --passWithNoTests" + "test:ci": "fedx-scripts jest --silent --coverage --passWithNoTests", + "test:watch": "fedx-scripts jest --passWithNoTests --watch" }, "files": [ "/dist"