UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

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