refactor: dedupe channel entrypoints and test bridges

This commit is contained in:
Peter Steinberger
2026-03-16 23:51:41 -07:00
parent 80a2af1d65
commit f6868b7e42
77 changed files with 360 additions and 376 deletions

View File

@@ -1,8 +1,5 @@
import { describe, expect, it } from "vitest";
import {
createProviderUsageFetch,
makeResponse,
} from "../../src/test-utils/provider-usage-fetch.js";
import { createProviderUsageFetch, makeResponse } from "../test-utils/provider-usage-fetch.js";
import { fetchCopilotUsage } from "./usage.js";
describe("fetchCopilotUsage", () => {