Add instructions to install Karma CLI runner

This commit is contained in:
Daniel Compton 2016-12-20 08:24:13 +13:00
parent e7d86af2a6
commit c687ddd917
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ if you're on Windows then you need to install Visual Studio Community Edition,
and the C++ compiler dependencies.
```sh
npm install karma-cli -g # Install the Karma CLI runner
lein deps # runs lein-npm, installs Karma & other node dependencies. Only needed the first time.
lein karma-once # to build re-frame tests
karma start # to run the tests with an auto watcher