diff options
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json index f032a04..e43e630 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,7 +9,7 @@ "start": "next start", "micro": "micro", "micro-dev": "micro-dev ./functions", - "test": "NODE_ENV=test jest" + "test": "NODE_ENV=test jest --watch" }, "author": "", "license": "ISC", |
