import { LutronInputAdapter } from '../lutronInputAdapter'; it('should be constructed', () => { const server = { settings: { app: { state: {} } } }; const options = {}; const testInstance = new LutronInputAdapter(server, options); expect(testInstance).toBeDefined(); });