UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

6 lines 183 B
import { icons, common } from '../../../util/generic-tests'; import ReportIcon from './ReportIcon'; describe('ReportIcon', function () { common(ReportIcon); icons(ReportIcon); });