UNPKG

matterbridge-roborock-vacuum-plugin

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