UNPKG

create-common-library

Version:

CLI for creating reusable, modern common libraries using `create-react-library`, `react-styleguidist` or `storybook`.

8 lines (6 loc) 120 B
import Example from '.' describe('Example', () => { it('is truthy', () => { expect(Example).toBeTruthy() }) })