fix: accept nullable marketplace prices in formatter

This commit is contained in:
2026-04-21 21:01:53 -04:00
parent 651d54b837
commit e144dcabeb
4 changed files with 18 additions and 7 deletions

View File

@@ -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", () => {