UNPKG

clingon

Version:

Multipurpose generator CLI based on local config and templates

12 lines (8 loc) 241 B
import { describe, it, expect } from './Vitest' import { FunctionName } from 'functionPath' describe('FunctionName', () => { it('should works properly', () => { const result = FunctionName() expect(result).toBeDefined() }) })