YesPlayMusic/packages/desktop/test/airplay.test.ts
2022-08-03 23:48:39 +08:00

11 lines
320 B
TypeScript

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)