Code coverage report for node-ssdp/lib/const.js

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

All files » node-ssdp/lib/ » const.js
1 2 3 4 5 6 7 8 9 10 111                    
module.exports = {
  SSDP_ALIVE: 'ssdp:alive',
  SSDP_BYE: 'ssdp:byebye',
  SSDP_ALL: 'ssdp:all',
  ADVERTISE_ALIVE: 'advertise-alive',
  ADVERTISE_BYE: 'advertise-bye',
  NOTIFY: 'notify',
  M_SEARCH: 'm-search',
  SSDP_DEFAULT_IP: '239.255.255.250',
  SSDP_DEFAULT_PORT: 1900
}