UNPKG

@homebridge-plugins/homebridge-plugin-update-check

Version:
8 lines 288 B
import { describe, expect, it } from 'vitest'; describe('Plugin Configuration', () => { it('should be able to import without errors', () => { // Basic test to ensure the module can be imported expect(true).toBe(true); }); }); //# sourceMappingURL=index.test.js.map