UNPKG
thrill
Version:
latest (0.4.0)
0.5.0
0.4.0
0.3.0
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Exciting testing
ozanturgut/thrill
thrill
/
lib
/
protocol.js
10 lines
(9 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
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
};