fix(cli): biome format config.test.ts

This commit is contained in:
2026-05-27 01:52:44 +00:00
parent f8de0e913b
commit 09a5da2df2
@@ -660,10 +660,7 @@ defaultModel: default
describe("no legacy apiKeyEnv references", () => {
test("config.ts has no references to apiKeyEnv", () => {
const configSource = readFileSync(
join(__dirname, "..", "commands", "config.ts"),
"utf8",
);
const configSource = readFileSync(join(__dirname, "..", "commands", "config.ts"), "utf8");
expect(configSource).not.toContain("apiKeyEnv");
});