From 6b7e16f15b7d33aa40eb21425b18c69b14019d03 Mon Sep 17 00:00:00 2001 From: hxtree Date: Tue, 7 Nov 2023 04:16:57 +0000 Subject: [PATCH] fix: enable admin client unit test coverage Signed-off-by: hxtree --- services/admin-client/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/admin-client/package.json b/services/admin-client/package.json index d9fe1741..f8c90e68 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",