diff --git a/package.json b/package.json index 90021b61ab0f98d7b5559a9919ee7a7e4b6c2b9a..ba00c1fc5d2b7b16d8dcb43ce2341cb021e57a92 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "jest": "^29.7.0" }, "scripts": { - "test": "jest" + "test": "jest --coverage" } }