UNPKG

@shower/cli

Version:

Command line interface for Shower

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