Skip to content

Commit ab8be46

Browse files
committed
docs
1 parent 0d0f3d5 commit ab8be46

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ not ok 2 - synchronous failing test
101101
$ echo $?
102102
```
103103

104+
You can also run the tests using the [tap](https://npm.im/tap) CLI, or any
105+
other CLI that expects TAP output, for improved DX:
106+
107+
```bash
108+
$ tap example.js
109+
```
110+
104111
## API
105112

106113
https://github.com/nodejs/node/blob/b476b1b91ef8715f096f815db5a0c8722b613678/doc/api/test.md

0 commit comments

Comments
 (0)