import fs from "node:fs/promises"; import os from "node:os"; import path from "node:path"; import { afterAll, afterEach, beforeAll, beforeEach, describe, expect, it, vi } from "vitest"; import { withEnvAsync } from "../test-utils/env.js"; import type { AuthProfileStore } from "./auth-profiles.js"; import { CHUTES_TOKEN_ENDPOINT } from "./chutes-oauth.js";
let clearRuntimeAuthProfileStoreSnapshots: typeofimport("./auth-profiles.js").clearRuntimeAuthProfileStoreSnapshots;
let ensureAuthProfileStore: typeofimport("./auth-profiles.js").ensureAuthProfileStore;
let resolveApiKeyForProfile: typeofimport("./auth-profiles.js").resolveApiKeyForProfile;
let resetFileLockStateForTest: typeofimport("../infra/file-lock.js").resetFileLockStateForTest;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.