test: remove unused imports in Kijiji utils tests

This commit is contained in:
2026-01-23 11:56:47 -05:00
parent 8cbf11538e
commit bce126664e

View File

@@ -1,4 +1,4 @@
import { afterEach, beforeEach, describe, expect, test } from "bun:test"; import { describe, expect, test } from "bun:test";
import { formatCentsToCurrency, slugify } from "../src/scrapers/kijiji"; import { formatCentsToCurrency, slugify } from "../src/scrapers/kijiji";
describe("Utility Functions", () => { describe("Utility Functions", () => {