Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Hall committed Jan 11, 2017
1 parent 8db24da commit dc7066c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/api.unit.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit dc7066c

Please sign in to comment.