Add note about running tests
This commit is contained in:
parent
9901792fe8
commit
958b6cc5a4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ $ lein cljsbuild auto dev
|
||||||
$ lein run 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
|
Build for production
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in a new issue