Skip to content

Commit

Permalink
Fixed: export Spec. Closes #116
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Dec 4, 2011
1 parent 25c6248 commit c1a519f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/reporters/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ exports.TAP = require('./tap');
exports.JSON = require('./json');
exports.HTML = require('./html');
exports.List = require('./list');
exports.Spec = require('./spec');
exports.Progress = require('./progress');
exports.Landing = require('./landing');
exports.JSONStream = require('./json-stream');

0 comments on commit c1a519f

Please sign in to comment.