/** * Testing our Button component */ import React from 'react'; import { fireEvent, render } from 'react-testing-library'; import Button from '../index'; const handleRoute = () => {}; const href = 'http://mxstbr.com'; const children =