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,5 @@
import { afterEach, beforeEach, describe, expect, mock, test } from "bun:test";
import { fetchFacebookItems } from "../src/scrapers/facebook";
import fetchFacebookItems from "../src/scrapers/facebook";
// Mock fetch globally
const originalFetch = global.fetch;