UNPKG

my-generate-react-components

Version:

A simple React CLI to generate components instantly and more.

8 lines (6 loc) 214 B
const { generateComponent } = require('./componentActions'); describe('componentActions', () => { it('generateComponent should be defined.', () => { expect(generateComponent).toBeDefined(); }); });