export default async function fetchJson(url, options = {}) {
  // TODO: support timeoutMs + AbortSignal, throw on non-OK responses
  throw new Error('Not implemented');
}
Run tests to see results.