MCPcopy Create free account
hub / github.com/observablehq/framework / MockDeployEffectsOptions

Interface MockDeployEffectsOptions

test/deploy-test.ts:32–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30} from "./mocks/observableApi.js";
31
32interface MockDeployEffectsOptions {
33 apiKey?: string | null;
34 deployConfig?: DeployConfig | null;
35 isTty?: boolean;
36 outputColumns?: number;
37 debug?: boolean;
38 fixedInputStatTime?: Date;
39 fixedOutputStatTime?: Date;
40 buildManifest?: BuildManifest;
41}
42
43class MockDeployEffects extends MockAuthEffects implements DeployEffects {
44 public logger = new MockLogger();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected