Watch only files affected by changes when running tests

Co-authored-by: Maksim <antreesy.web@gmail.com>
Signed-off-by: Marco <marcoambrosini@icloud.com>
This commit is contained in:
Marco 2023-03-29 15:36:02 +01:00 committed by GitHub
parent 292251d667
commit b4a2e4d854
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",