UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

11 lines 260 B
import { common } from '../../util/generic-tests'; import Typography from './Typography'; describe('Typography', function () { common(Typography, { getDefaultProps: function getDefaultProps() { return { variant: 'p' }; } }); });