From ee2c0683f0c568c7b481d73773badddb3c2a3cfb Mon Sep 17 00:00:00 2001 From: Marcos Date: Fri, 8 Nov 2024 17:03:37 -0300 Subject: [PATCH] chore: Added test:watch script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"