Code coverage report for blah/index.js

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

All files » blah/ » index.js
1 2 3 4 5 6 7 81   1     1    
const blah = angular.module('blahBlahBlah', []);
 
blah
  .service('BlahService', require('./blah_service'));
 
module.exports = blah;