/* eslint-disable jsx-a11y/anchor-is-valid */
import React from 'react';
import { mount, shallow } from 'enzyme';
import sinon from 'sinon';
import Menu from '../Menu';
const sandbox = sinon.sandbox.create();
describe('components/menu/Menu', () => {
afterEach(() => {
sandbox.verifyAndRestore();
});
describe('render()', () => {
test('should render a unordered list with correct props when called', () => {
const wrapper = mount