I'm using intern js for automation testing, i'm looking for a trick like verify in nightwatchjs
assert.isOk(false, 'this will be false')
assert.isOk(true, 'this will be true ')
first assertion was failed and execution was stopped. But i want to continue the further snippet of code.