it('converts toJSON() as non-null with Bytes', (): void => {
    expect(
      new Option(registry, Bytes, 'abcde').toJSON()
    ).toEqual('0x6162636465');
  });