I\'m very new in javascript testing, I would like to know how to assert not null in Mocha framework.
In case, you're using Chai in addition to Mocha:
assert.isNotNull(tea, 'great, time for tea!');