3
4 == Running test suite: console.time and console.timeEnd
5 -- Running test case: DefaultLabel
6 PASS: Should receive a Timing type message.
7 PASS: Message should contain the 'default' label name somewhere.
8 PASS: Should receive a Timing type message.
9 PASS: Message should contain the 'default' label name somewhere.
10 PASS: Should receive a Timing type message.
11 PASS: Message should contain the 'default' label name somewhere.
12
13 -- Running test case: UserLabels
14 PASS: Should receive a Timing type message.
15 PASS: Message should contain the 'my-label' label name somewhere.
16
17 -- Running test case: MultipleTimers
18 PASS: Should receive a Timing type message.
19 PASS: Message should contain the 'my-label-2' label name somewhere.
20 PASS: Should receive a Timing type message.
21 PASS: Message should contain the 'my-label-1' label name somewhere.
22
23 -- Running test case: WarnWhenExisting
24 PASS: Should receive a Timing type message.
25 PASS: Should receive a Warning level message
26 PASS: Message should contain the 'default' label name somewhere.
27
28 -- Running test case: WarnWhenNotExisting
29 PASS: Should receive a Timing type message.
30 PASS: Should receive a Warning level message.
31 PASS: Message should contain the 'default' label name somewhere.
32