node-expect icon indicating copy to clipboard operation
node-expect copied to clipboard

An expect-style library for NodeJS

Results 2 node-expect issues
Sort by recently updated
recently updated
newest added

/home/espl/nodeapps/node-expect/node_modules/node-expect/lib/index.js:160 d.p.d.branch=true; ^ TypeError: Cannot set property 'branch' of undefined at Object.branch (/home/espl/nodeapps/node-expect/node_modules/node-expect/lib/index.js:160:29) at Object.branch (/home/espl/nodeapps/node-expect/node_modules/node-expect/lib/index.js:186:55) at Object. (/home/espl/nodeapps/node-expect/app.js:13:4) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad...

Hi, is there a way to use this with `child_process.spawn`? I've tried passing `stdin` and `stdout` to `.monitor()`, I've tried using this library: https://github.com/stream-utils/duplex-child-process but I'm not having any luck....