Skip to content

Commit

Permalink
md with zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Mar 14, 2021
1 parent 50d335c commit ab51e87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Experimental improvements, suggestions for qunit CLI
Default test output is TAP(Test-Anything-Protocol_) thus you can use any tap reporter of your choice to display test
output in anyway you like. Example:

```
```zsh
# using it with tap-difflet TAP reporter:
qunitx tests/attachments tests/user | npx tap-difflet
```

#### Installation:

```sh
```zsh
npm install -g qunitx

qunitx
Expand Down Expand Up @@ -52,7 +52,7 @@ module('Basic sanity check', function (hooks) {
});
```

```
```zsh
$ qunitx some-test.js

# or if you want to run it in browser:
Expand Down

0 comments on commit ab51e87

Please sign in to comment.