Skip to content

Commit

Permalink
fix: remove admin client coverage
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree committed Nov 6, 2023
1 parent 14fac1e commit 6f8db80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/admin-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"start": "next start",
"lint": "next lint --fix",
"lint:ci": "next lint",
"test": "jest --runInBand",
"test:cov": "jest --coverage --runInBand"
"test": "jest --runInBand"
},
"dependencies": {
"@types/node": "20.8.2",
Expand Down

0 comments on commit 6f8db80

Please sign in to comment.