UNPKG

@switchbot/homebridge-switchbot

Version:

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

8 lines (6 loc) 130 B
import { defineConfig } from 'vitest/config' export default defineConfig({ test: { include: ['test/**/*.spec.ts'], }, })