UNPKG

kocha

Version:

Modern, simpler Mocha clone, no globals, lint friendly

15 lines (13 loc) 253 B
'use strict' exports.EVENT = { FAIL: 'fail', PASS: 'pass', TEST_START: 'test', TEST_END: 'test end', SUITE_START: 'suite', SUITE_END: 'suite end', HOOK_START: 'hook', HOOK_END: 'hook end', RUNNER_START: 'start', RUNNER_END: 'end' }