MCPcopy
hub / github.com/coder/mux / workspaceGoalService.test.ts

File workspaceGoalService.test.ts

src/node/services/workspaceGoalService.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, mock, spyOn, test } from "bun:test";
2import * as fs from "fs/promises";
3import * as path from "path";
4import type { Config } from "@/node/config";

Callers

nothing calls this directly

Calls 15

createTestHistoryServiceFunction · 0.90
drainPendingDispatchesFunction · 0.90
waitForConditionFunction · 0.90
createMuxMessageFunction · 0.90
continuationBridgeFunction · 0.85
appendUserHistoryMessageFunction · 0.85
captureGoalActivityFunction · 0.85
goalFileExistsFunction · 0.85
expectSetGoalErrorFunction · 0.85
getGoalMethod · 0.80
clearGoalMethod · 0.80

Tested by

no test coverage detected