feat: Import 'vitest' for testing utilities

This commit is contained in:
Peifan Li
2026-01-04 13:36:25 -05:00
parent 16ba5ac1d4
commit 6490e1f912

View File

@@ -1,3 +1,4 @@
import { describe, expect, it } from 'vitest';
import { MissAVDownloader } from '../../../services/downloaders/MissAVDownloader';
describe('MissAVDownloader URL Selection', () => {