Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 523 Bytes

developer_notes.md

File metadata and controls

12 lines (8 loc) · 523 Bytes

Developer Notes

Automated Testing

Developers on this project should enable automated testing to detect certain errors before making commits. To use the automated testing tools included in this repo, install the bats-core test framework, and then enable a pre-commit hook to run the included tests.

To enable the pre-commit hook, run these commands from the root of this repository:

mkdir .git/hooks
ln -s ../../pre-commit.sh .git/hooks/pre-commit