it('closes the program on clicking close', () => {
    const { component, props } = mountComponent();
    
    component.getByTestId('close-button').click();