import { expect, test, describe, vi } from 'vitest' import { pairDevice, scanDevices } from '../main/airplay' // test('scanDevices', async () => { // console.log(await scanDevices()) // }, 10000000) // test('pairDevice', async () => { // console.log(await pairDevice('58:D3:49:F0:C9:71', 'airplay')) // }, 100000)