it("sets initial package_size", function () {
    const input = dom_node.find('#package_size');

    expect(input.attr('value')).toEqual("20");
  });