UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

12 lines 275 B
import { common } from '../../util/generic-tests'; import AxisLabel from './AxisLabel'; describe('AxisLabel', function () { common(AxisLabel, { getDefaultProps: function getDefaultProps() { return { height: 100, width: 100 }; } }); });