describe('NoMatchAdmin', () => {
  it('should render correctly', () => {
    const wrapper = shallow(<NoMatchAdmin />);
    expect(wrapper).toMatchSnapshot();
  });