UNPKG

matterbridge-roborock-vacuum-plugin

Version:
6 lines 246 B
import { expect, test } from 'vitest'; import * as mod from '../../roborockCommunication/models/deviceSchema.js'; test('deviceSchema runtime marker present', () => { expect(mod).toBeDefined(); }); //# sourceMappingURL=deviceSchema.test.js.map