Skip to content

Commit 131a243

Browse files
committed
Fix pre-commit execution of test and lint, Update dependencies
1 parent b9a4743 commit 131a243

File tree

4 files changed

+5
-564
lines changed

4 files changed

+5
-564
lines changed

.husky/pre-commit

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npm test
2+
npm run lint

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@ Required during code development for testing, Hygiene, code styleing, etc.
507507
| eslint-plugin-import | ESLint plugin with rules that help validate proper imports. |
508508
| globals | ESLint global identifiers from different JavaScript environments |
509509
| husky | Git hook manager to automate tasks with git. |
510-
| lint-stage | Utility to lint files staged by git. |
511510
| mocha | Test framework. |
512511
| mongodb-memory-server | In memory mongodb server for testing, so tests can be ran without a DB |
513512
| c8 | Coverage test. |

0 commit comments

Comments
 (0)