Code coverage report for lib/monitor/index.js

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

All files » lib/monitor/ » index.js
1 2 3 41      
module.exports = {
  run: require('./run'),
  watch: require('./watch')
};