diff --git a/package.json b/package.json index 20399ec..ffcf3b2 100644 --- a/package.json +++ b/package.json @@ -25,5 +25,8 @@ "mustache-express": "^1.3.2", "nodemon": "^3.0.1", "uuid": "^9.0.0" + }, + "jest": { + "testTimeout": 1000 } }