Closed tshemsedinov closed 6 years ago
Now tests will not finish without test.end(), but test.plan(n) and test.pass(msg) n times should finish test automatically.
test.end()
test.plan(n)
test.pass(msg)
Now tests will not finish without
test.end()
, buttest.plan(n)
andtest.pass(msg)
n times should finish test automatically.