UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

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