From dc7066cb80dbe98f0288f6c9abb9c8369fdcda3c Mon Sep 17 00:00:00 2001 From: Gordon Hall Date: Wed, 11 Jan 2017 12:03:09 -0500 Subject: [PATCH] fix test --- test/api.unit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/api.unit.js b/test/api.unit.js index 8058ad3..0141ab0 100644 --- a/test/api.unit.js +++ b/test/api.unit.js @@ -127,6 +127,7 @@ describe('class:RPC', function() { it('should fork the share and setup listeners', function(done) { let _proc = new EventEmitter(); _proc.stdout = new Readable({ read: () => null }); + _proc.stderr = new Readable({ read: () => null }); let _RPC = proxyquire('../lib/api', { fs: { createWriteStream: sinon.stub().returns(new Writable({