Skip to content

Commit

Permalink
Remove comment block
Browse files Browse the repository at this point in the history
That was just me thinking out loud
  • Loading branch information
grncdr authored and James Halliday committed Oct 25, 2013
1 parent 978431c commit 2c06852
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions lib/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,6 @@ var path = require('path');
var inherits = require('util').inherits;
var EventEmitter = require('events').EventEmitter;

/**
* Transitions:
*
* From -> To : Triggered by
*
* PENDING -> RUNNING : Results object calls .run
* RUNNING -> FINISHED : .end no remaining subtest
* RUNNING -> SUBTESTS : .end with subtests
* SUBTESTS -> FINISHED : .end after all subtests end
*
* .end is called when:
*
* - it's called by the test itself
* - there is a plan and:
* - The assertion count + number of children == plan
*
*/


module.exports = Test;

var nextTick = typeof setImmediate !== 'undefined'
Expand Down

0 comments on commit 2c06852

Please sign in to comment.