UNPKG

clingon

Version:

Multipurpose generator CLI based on local config and templates

10 lines (7 loc) 192 B
import { FunctionName } from 'functionPath' describe('FunctionName', () => { it('should works properly', () => { const result = FunctionName() expect(result).toBeDefined() }) })