UNPKG

homebrew-services

Version:
11 lines (8 loc) 214 B
jest.mock('child_process'); const run = require('./'); describe('run()', () => { it('should run a command', async () => { const output = await run(['list']); expect(output).toMatchSnapshot(); }); });