We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0f3d5 commit ab8be46Copy full SHA for ab8be46
1 file changed
README.md
@@ -101,6 +101,13 @@ not ok 2 - synchronous failing test
101
$ echo $?
102
```
103
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
111
## API
112
113
https://github.com/nodejs/node/blob/b476b1b91ef8715f096f815db5a0c8722b613678/doc/api/test.md
0 commit comments