test: fix formatting in test setup

This commit is contained in:
2026-01-23 11:56:51 -05:00
parent bce126664e
commit f7372612fb

View File

@@ -3,9 +3,9 @@
// Mock fetch globally for tests
global.fetch =
global.fetch ||
(() => {
throw new Error("fetch is not available in test environment");
});
global.fetch ||
(() => {
throw new Error("fetch is not available in test environment");
});
// Add any global test utilities here