This commit is contained in:
alwx 2017-07-25 23:30:18 +02:00
parent 4a71e82aec
commit 53f18503b5
No known key found for this signature in database
GPG Key ID: E0D838CCCB25FCD8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ We have two separate test bundles:
Both commands execute tests only once. If you're developing tests and want to re-run them each time you change something in code (inside `src` and `test` folders), you can run the following commands:
* `lein with-profile test doo node test`
* `lein with-profile protocol doo node
* `lein with-profile protocol doo node test`
### UI tests