UNPKG

pulse-cli

Version:

The Pulse CLI tool for pulse-server

7 lines 178 B
"use strict"; describe('Pulse CLi', () => { test('Should be able to run the CLI', () => { expect(true).toBe(true); }); }); //# sourceMappingURL=index.tests.js.map