Add note about running tests

This commit is contained in:
Nicholas Kariniemi 2015-12-11 14:48:55 +02:00
parent 9901792fe8
commit 958b6cc5a4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ $ lein cljsbuild auto dev
$ lein run dev
```
Navigate to http://localhost:3000.
Navigate to http://localhost:3000. Run unit tests with `lein midje` and end-to-end tests with `lein run e2e`.
Build for production
-------