summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMarco <marcoambrosini@icloud.com>2023-03-29 15:36:02 +0100
committerGitHub <noreply@github.com>2023-03-29 15:36:02 +0100
commitb4a2e4d854fbd7521062535c28bdc8c1b1467fdc (patch)
tree7f0f64ae5b7900c09e187723e0a265e09e7dc9cb /package.json
parent292251d667c737b331354964bd07e3d71e80e036 (diff)
Watch only files affected by changes when running tests
Co-authored-by: Maksim <antreesy.web@gmail.com> Signed-off-by: Marco <marcoambrosini@icloud.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 319920e06..c31e0b1d4 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"dev": "webpack --node-env development --progress",
"watch": "webpack --node-env development --progress --watch",
"test": "TZ=UTC jest",
- "test:watch": "TZ=UTC jest --watchAll",
+ "test:watch": "TZ=UTC jest --watch",
"test:coverage": "TZ=UTC jest --coverage",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",