it("enables button", function () {
    const button = react_dom.find('button');

    expect(button.prop('disabled')).toBeFalsy();
  });