UNPKG

@switchbot/homebridge-switchbot

Version:

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

11 lines (8 loc) 266 B
import { describe, expect, it } from 'vitest' import * as errors from '../../src/errors' describe('error handling', () => { it('should export error classes/utilities', () => { expect(errors).toBeDefined() }) // Add more error scenario tests as needed })