Email or username:

Password:

Forgot your password?
Top-level
Andrew Chou

@powersource are you using a recent version of node? if so, would suggest the built-in runner:

nodejs.org/api/test.html

we've been using Brittle which is pretty easy to work with but has some API differences to tape that I tend to easily forget:

github.com/holepunchto/brittle

2 comments
Andrew Chou

@powersource yeah personally would opt for the built-in runner if possible. only consider other options due to Node versions (working with some older ones that don't support it)

Go Up