Skip to content

Commit

Permalink
fix export of Nyan reporter. Closes #495
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 5, 2012
1 parent 6c73c29 commit 30b0eec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/reporters/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ exports.HTML = require('./html');
exports.List = require('./list');
exports.Min = require('./min');
exports.Spec = require('./spec');
exports.Nyan = require('./nyan');
exports.XUnit = require('./xunit');
exports.Progress = require('./progress');
exports.Landing = require('./landing');
exports.JSONCov = require('./json-cov');
exports.HTMLCov = require('./html-cov');
exports.JSONStream = require('./json-stream');
exports.XUnit = require('./xunit')
exports.Teamcity = require('./teamcity')
exports.Teamcity = require('./teamcity');

0 comments on commit 30b0eec

Please sign in to comment.