On Saturday, March 24, 2012 6:29:17 AM UTC+1, Eldar wrote:
>
> For now I would refactor your module in this way:
>
> // authentication
> var repo = require('user-repo')
> module.exports = function authenticate (email, password, cb) {
> ...
> }
>Wouldn't these changes make it harder to unit test the auth.js file since it's hardcoded to use the user repository module. How would I stub it? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
