import React from 'react';
import { render } from '@testing-library/react';

import PagesProductionManagementProductionManagementComponentsGradeMonitoringPrint from './pages-production-management-production-management-components-grade-monitoring-print';

describe('PagesProductionManagementProductionManagementComponentsGradeMonitoringPrint', () => {
  it('should render successfully', () => {
    const { baseElement } = render(
      <PagesProductionManagementProductionManagementComponentsGradeMonitoringPrint />
    );
    expect(baseElement).toBeTruthy();
  });
});
