PATH:
usr
/
lib
/
node_modules
/
forever
/
node_modules
/
event-stream
/
test
var es = require('../') exports['handle buffer'] = function (t) { es.stringify().on('data', function (d) { t.equal(d.trim(), JSON.stringify('HELLO')) t.end() }).write(new Buffer('HELLO')) } require('./helper')(module)
[-] connect.asynct.js
[edit]
[-] spec.asynct.js
[edit]
[-] readable.asynct.js
[edit]
[-] merge.asynct.js
[edit]
[-] writeArray.asynct.js
[edit]
[-] parse.asynct.js
[edit]
[+]
helper
[-] replace.asynct.js
[edit]
[-] split.asynct.js
[edit]
[+]
..
[-] stringify.js
[edit]
[-] pause.asynct.js
[edit]
[-] simple-map.asynct.js
[edit]
[-] pipeline.asynct.js
[edit]
[-] readArray.asynct.js
[edit]