mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
feat: updates
This commit is contained in:
parent
47e41dea9b
commit
ebebf2a733
160 changed files with 4148 additions and 2001 deletions
10
packages/desktop/test/airplay.test.ts
Normal file
10
packages/desktop/test/airplay.test.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue