formatting
This commit is contained in:
parent
650f476d23
commit
642e6339a4
1 changed files with 5 additions and 1 deletions
|
@ -1349,7 +1349,11 @@ unittest {
|
|||
|
||||
To execute the unittests, just compile with the `-unittest` flag. When running
|
||||
the program, the unittests get run before the main function is executed. When
|
||||
using DUB, just run `dub test`.
|
||||
using DUB, just run
|
||||
|
||||
```bash
|
||||
dub test
|
||||
```
|
||||
|
||||
#### Code coverage
|
||||
|
||||
|
|
Loading…
Reference in a new issue