// const { expect } = require('chai'); // const { channelFromMessage } = require('../../lib/deserialize/channel-from-message'); describe(".channelFromMessage", () => { it("should have shortChannelId"); it("should have chainHash"); it("should have features"); it("should have nodeId1"); it("should have nodeId2"); it("should have nodeSignature1"); it("should have nodeSignature2"); it("should have bitcoinKey1"); it("should have bitcoinKey2"); it("should have bitcoinSignature1"); it("should have bitcoinSignature2"); });