docs: Document writing tests

This commit is contained in:
Matthew Martin 2016-05-04 20:38:16 -05:00
parent 1082067f93
commit 0f43026bf0

View file

@ -81,3 +81,5 @@ To create your own `myhighlighter` highlighter:
* Activate your highlighter in `~/.zshrc`: * Activate your highlighter in `~/.zshrc`:
ZSH_HIGHLIGHT_HIGHLIGHTERS+=(myhighlighter) ZSH_HIGHLIGHT_HIGHLIGHTERS+=(myhighlighter)
* [Write tests](../tests/README.md).