Skip to content

Commit

Permalink
Expose Test to enable extensibility
Browse files Browse the repository at this point in the history
  • Loading branch information
steff-mueller committed Mar 20, 2013
1 parent da69243 commit 0956c37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ module.exports = function(app){
return obj;
};

/**
* Expose `Test`
*/

module.exports.Test = Test;

/**
* Expose the agent function
*/
Expand Down

0 comments on commit 0956c37

Please sign in to comment.