UNPKG

matterbridge-roborock-vacuum-plugin

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