Code coverage report for server/boot/authentication.js

Statements: 100% (2 / 2)      Branches: 100% (0 / 0)      Functions: 100% (1 / 1)      Lines: 100% (2 / 2)      Ignored: none     

All files » server/boot/ » authentication.js
1 2 3 4 51   1    
module.exports = function enableAuthentication(app) {
  // enable authentication
  app.enableAuth();
};