diff --git a/services/admin-client/package.json b/services/admin-client/package.json index d9fe17416..f8c90e68c 100644 --- a/services/admin-client/package.json +++ b/services/admin-client/package.json @@ -9,7 +9,8 @@ "start": "next start", "lint": "next lint --fix", "lint:ci": "next lint", - "test": "jest --runInBand" + "test": "jest --runInBand", + "test:cov": "jest --coverage --runInBand" }, "dependencies": { "@types/node": "20.8.2",