Skip to content

Commit

Permalink
chore(pre-commit): add tests to pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelyke authored and Peter Marton committed Jul 27, 2015
1 parent 7c9141a commit e498710
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
"chai": "^3.0.0",
"co-mocha": "^1.1.2",
"mocha": "^2.2.5",
"pre-commit": "^1.0.10",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0"
}
},
"pre-commit": [
"test"
]
}

0 comments on commit e498710

Please sign in to comment.