import { describe, expect, it } from 'vitest'; import { AndroidPage } from '@/android'; describe( 'extractor', () => { it('android', async () => {}); }, { timeout: 90 * 1000, }, );