UNPKG

@switchbot/homebridge-switchbot

Version:

The SwitchBot plugin allows you to access your SwitchBot device(s) from HomeKit.

10 lines (8 loc) 261 B
import { describe, expect, it } from 'vitest' // import server or endpoints as needed describe('homebridge UI server', () => { it('should start and expose endpoints', () => { // Add mock server and endpoint tests here expect(true).toBe(true) }) })