Skip to content

Commit

Permalink
fix: trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dpobel committed May 22, 2024
1 parent 012797d commit e2cd4a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions damien.pobel.fr/src/post/javascript-unit-test-yui.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ be root to install it globally):
Once installed, you can then run the unit tests with:

```
$ grover --server tests/moveitview.html
$ grover --server tests/moveitview.html
Starting Grover on 1 files with [email protected]
Running 15 concurrent tests at a time.
starting grover server
Expand Down Expand Up @@ -295,7 +295,7 @@ with a build script like [Grunt](http://gruntjs.com/) or
And after that, the coverage can be generated with:

```
$ grover --server --coverage -S '?filter=coverage' tests/moveitview.html
$ grover --server --coverage -S '?filter=coverage' tests/moveitview.html
[…]
--------------------+-----------+-----------+-----------+-----------+
File | % Stmts |% Branches | % Funcs | % Lines |
Expand Down

0 comments on commit e2cd4a4

Please sign in to comment.