chore: remove unused import from test file

This commit is contained in:
Luan
2025-07-18 12:12:11 -03:00
parent 3df6a212d5
commit b317ec1bb9

View File

@@ -1,4 +1,4 @@
import { describe, it, expect, beforeAll, test } from 'vitest';
import { describe, expect, beforeAll, test } from 'vitest';
import { Innertube, YT, YTMusic, YTNodes } from '../dist/src/platform/node.js';