mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
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:
parent
292251d667
commit
b4a2e4d854
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue