tape-testing / tape

tap-producing test harness for node and browsers
MIT License
5.77k stars 307 forks source link

How do I run single test? #581

Closed 5elfle5 closed 1 year ago

5elfle5 commented 1 year ago

How do I run single test?

ljharb commented 1 year ago

You can use .only for that.