mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 07:26:15 -04:00
readme: npm run unit for unit tests
This commit is contained in:
parent
c9ba476e71
commit
fd2258f77b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue