readme: npm run unit for unit tests

This commit is contained in:
Paul Irish 2017-06-21 10:23:34 -07:00
parent c9ba476e71
commit fd2258f77b

View file

@ -155,7 +155,7 @@ You'll need to install [bats](https://github.com/sstephenson/bats#installing-bat
git submodule update --init # pull in the assertion libraries
# Run the test suite once:
bats test
bats test # or `npm run unit`
# Run it on every change with `entr`
brew install entr