Closed
Description
Following up on #1445 (comment) and the general conversation in #1444.
In #1445 we introduced assert.true
/assert.false
. We also discussed the possibility of discouraging the use of assert.ok
/assert.notOk
in the official documentation (see: assert.ok
and assert.notOk
).
References:
To update:
- All documentation should stop using
assert.*ok
in its examples (examplemodule
) - All tests should stop using
assert.*ok
and useassert.true
/assert.false
/assert.strictEqual
instead (examplemodule-only
test)
@Krinkle, @trentmwillis: thoughts?