Update tests for vitest bump

This commit is contained in:
jkingsman
2026-04-19 18:36:13 -07:00
parent 4fbd245ee4
commit ead74e975b

View File

@@ -70,6 +70,7 @@ describe('fetchJson (via api methods)', () => {
});
function installMockFetch() {
mockFetch.mockReset();
global.fetch = mockFetch;
}