it("passes through 'close' events", function() {
          port.emit("close", "port closed");
          expect(emit).to.be.calledWith("close", "port closed");
        });