fix: accept nullable marketplace prices in formatter
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { describe, expect, test } from "bun:test";
|
||||
import { formatCentsToCurrency, slugify } from "../src/scrapers/kijiji";
|
||||
import { slugify } from "../src/scrapers/kijiji";
|
||||
import { formatCentsToCurrency } from "../src/utils/format";
|
||||
|
||||
describe("Utility Functions", () => {
|
||||
describe("slugify", () => {
|
||||
|
||||
Reference in New Issue
Block a user