UNPKG

matterbridge-roborock-vacuum-plugin

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