Blame view

node_modules/mux-demux/test/msg-pack.js 141 Bytes
f7563de62   Palak Handa   first commit
1
2
3
4
5
6
  
  //test with stream of plain javascript objects
  var wrap = require('../msgpack').wrap
  
  require('./')(wrap)
  require('./disconnections')(wrap)