import { icons, common } from '../../../util/generic-tests'; import RunReportIcon from './RunReportIcon'; describe('RunReportIcon', () => { common(RunReportIcon); icons(RunReportIcon); });