📝 Fix path to unit tests

This commit is contained in:
fsquillace 2016-05-31 20:27:27 +01:00
parent 6084218598
commit 147798117b

View file

@ -153,7 +153,7 @@ All JuNest issues are tracked as [GitHub issues](https://guides.github.com/featu
#### Unit Tests ####
To run unit tests:
```sh
./tests/unit-tests.sh
./tests/unit-tests/unit-tests.sh
```
#### Integration Tests ####