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

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