UNPKG

thrill

Version:

Exciting testing

10 lines (9 loc) 191 B
exports.TESTER_MESSAGE_TYPE = { "start": 1, // [1] "end": 2, // [2, PASSED] "suite start": 3, // [3] "suite end": 4, // [4] "test start": 5, // [5] "test end": 6, // [6] "batch": 7 };