Skip to content

Commit 2c06852

Browse files
grncdrJames Halliday
authored and
James Halliday
committed
Remove comment block
That was just me thinking out loud
1 parent 978431c commit 2c06852

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

lib/test.js

-19
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,6 @@ var path = require('path');
55
var inherits = require('util').inherits;
66
var EventEmitter = require('events').EventEmitter;
77

8-
/**
9-
* Transitions:
10-
*
11-
* From -> To : Triggered by
12-
*
13-
* PENDING -> RUNNING : Results object calls .run
14-
* RUNNING -> FINISHED : .end no remaining subtest
15-
* RUNNING -> SUBTESTS : .end with subtests
16-
* SUBTESTS -> FINISHED : .end after all subtests end
17-
*
18-
* .end is called when:
19-
*
20-
* - it's called by the test itself
21-
* - there is a plan and:
22-
* - The assertion count + number of children == plan
23-
*
24-
*/
25-
26-
278
module.exports = Test;
289

2910
var nextTick = typeof setImmediate !== 'undefined'

0 commit comments

Comments
 (0)