peer.js 285 B

12345678910111213141516171819202122232425
  1. describe('Peer', function() {
  2. it('constructor')
  3. it('inherits from EventEmitter')
  4. it('_getId')
  5. it('_init')
  6. it('_handleServerJSONMessage')
  7. it('_processQueue')
  8. it('_abort')
  9. it('_cleanup')
  10. it('_attachConnectionListeners')
  11. it('connect')
  12. it('destroy')
  13. });