chore: clear low-risk lint warnings
This commit is contained in:
@@ -22,7 +22,7 @@ vi.mock('./config.js', () => ({
|
||||
|
||||
vi.mock('./env.js', () => ({
|
||||
readEnvFile: mockReadEnvFile,
|
||||
getEnv: vi.fn((key: string) => undefined),
|
||||
getEnv: vi.fn((_key: string) => undefined),
|
||||
}));
|
||||
|
||||
vi.mock('./codex-token-rotation.js', () => ({
|
||||
|
||||
Reference in New Issue
Block a user