UNPKG

iotsuite-cli

Version:

Command Line Interface for deploying pre-configured IoT solutions through Azure

10 lines (8 loc) 264 B
import DeployUI from './deployui'; describe('sample test for setting up jest', () => { test('null check for deployUI', () => { const deployUI: any = DeployUI.instance; expect(deployUI).toBeInstanceOf(DeployUI); deployUI.close(); }); });