Skip to content

Commit 83bf3df

Browse files
committed
feat(enabled): Added a new
1 parent 0fca651 commit 83bf3df

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.husky/pre-push

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# npm run build
22

3-
# npm run test:coverage || {
4-
# printf "\n\nERROR: Testing errors or coverage issues were found. Please address them before proceeding.\n\n\n\n"
5-
# exit 1
6-
# }
3+
npm run test:coverage || {
4+
printf "\n\nERROR: Testing errors or coverage issues were found. Please address them before proceeding.\n\n\n\n"
5+
exit 1
6+
}
77

8-
# npm run test:check-coverage-thresholds || {
9-
# printf "\n\nERROR: Coverage thresholds were not met. Please address them before proceeding.\n\n\n\n"
10-
# exit 1
11-
# }
8+
npm run test:check-coverage-thresholds || {
9+
printf "\n\nERROR: Coverage thresholds were not met. Please address them before proceeding.\n\n\n\n"
10+
exit 1
11+
}

0 commit comments

Comments
 (0)