Improved tests and fixed them for new users model

This commit is contained in:
Wyatt Johnson
2016-11-09 16:26:23 -07:00
parent ef22da5f29
commit c203bf16eb
6 changed files with 206 additions and 112 deletions
+2 -1
View File
@@ -17,7 +17,8 @@
"pre-git": {
"commit-msg": [],
"pre-commit": [
"npm run lint"
"npm run lint",
"npm test"
],
"pre-push": [
"npm test"