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

import PagesQaQcQaQcComponentsLabellingPrint from './pages-qa-qc-qa-qc-components-labelling-print';

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