UNPKG

my-generate-react-components

Version:

A simple React CLI to generate components instantly and more.

8 lines (6 loc) 219 B
const { getCLIConfigFile } = require('./grcConfigService'); describe('componentTemplateService', () => { it('getCLIConfigFile should be defined.', () => { expect(getCLIConfigFile).toBeDefined(); }); });