mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-03-01 15:44:08 +08:00
11 lines
320 B
TypeScript
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)
|