UNPKG

@shower/cli

Version:

Command line interface for Shower

12 lines (8 loc) 273 B
const { handler: create, messages } = require('../create') it('Must be function', () => { expect(typeof create).toBe('function') }) it('Messages must provided "end" message', () => { const { end } = messages({ directory: '' }) expect(typeof end).toBe('string') })