Skip to content

Commit

Permalink
fix: enable admin client unit test coverage
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree committed Nov 7, 2023
1 parent 9160fe0 commit 6b7e16f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/admin-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6b7e16f

Please sign in to comment.