Messages component covered with tests, integration to the git hooks added

This commit is contained in:
Guzel738 2021-02-01 17:15:06 +03:00
parent 5f1e057a48
commit c4f256ceef

View file

@ -50,8 +50,7 @@
}, },
"husky": { "husky": {
"hooks": { "hooks": {
"pre-commit": "npm run tsc --noEmit && lint-staged && npm test", "pre-commit": "npm run tsc --noEmit && lint-staged && npm test"
"pre-push": "npm test"
} }
}, },
"eslintConfig": { "eslintConfig": {