UNPKG

@remote.it/cli

Version:

remote.it cross-platform command line

8 lines (6 loc) 134 B
import { CLI } from './CLI' describe('CLI', () => { test('should not explode', async () => { expect(CLI).toBeDefined() }) })