fix(cli): biome format config.test.ts
This commit is contained in:
@@ -660,10 +660,7 @@ defaultModel: default
|
|||||||
|
|
||||||
describe("no legacy apiKeyEnv references", () => {
|
describe("no legacy apiKeyEnv references", () => {
|
||||||
test("config.ts has no references to apiKeyEnv", () => {
|
test("config.ts has no references to apiKeyEnv", () => {
|
||||||
const configSource = readFileSync(
|
const configSource = readFileSync(join(__dirname, "..", "commands", "config.ts"), "utf8");
|
||||||
join(__dirname, "..", "commands", "config.ts"),
|
|
||||||
"utf8",
|
|
||||||
);
|
|
||||||
expect(configSource).not.toContain("apiKeyEnv");
|
expect(configSource).not.toContain("apiKeyEnv");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user