Skip to content

Commit d3ccdaa

Browse files
committed
chore: Fix test comments
1 parent bdffaf5 commit d3ccdaa

1 file changed

Lines changed: 12 additions & 14 deletions

File tree

tests/utils.test.js

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
import { describe, it, expect, beforeEach, afterEach, vi } from "vitest";
21
import fs from "node:fs";
3-
import path from "node:path";
42
import os from "node:os";
3+
import path from "node:path";
4+
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
55
import {
6-
mask,
7-
normalizeProvider,
8-
sortModels,
96
isLikelyPortkeyApiKeyPermissionError,
107
jsonRead,
11-
settingsSetEnv,
8+
mask,
9+
normalizeProvider,
10+
readExistingConfig,
11+
removeShellRcBlock,
12+
settingsReadMcp,
1213
settingsRemoveKeys,
13-
settingsSetMcp,
1414
settingsRemoveMcp,
15-
settingsReadMcp,
16-
writeShellRc,
17-
removeShellRcBlock,
18-
readExistingConfig,
19-
writeFileSecure,
15+
settingsSetEnv,
16+
settingsSetMcp,
17+
sortModels,
2018
warnIfFileGroupOrWorldReadable,
19+
writeFileSecure,
20+
writeShellRc,
2121
} from "../src/utils.js";
2222

2323
function mode(file) {
@@ -147,8 +147,6 @@ describe("jsonRead", () => {
147147
});
148148
});
149149

150-
// ──
151-
(0600 for secret-bearing files) ───────────────────────────
152150

153151
describe("writeFileSecure", () => {
154152
let dir;

0 commit comments

Comments
 (0)