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

File WorkflowRunner.test.ts

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

Source from the content-addressed store, hash-verified

1/* eslint-disable @typescript-eslint/await-thenable, @typescript-eslint/no-unsafe-argument, @typescript-eslint/require-await */
2import * as fs from "node:fs/promises";
3import * as path from "node:path";
4import { describe, expect, mock, test } from "bun:test";

Callers

nothing calls this directly

Calls 15

hashWorkflowStepInputFunction · 0.90
createRunStoreFunction · 0.85
createRunnerFunction · 0.85
resolveMethod · 0.80
getStepMethod · 0.80
appendStatusMethod · 0.80
createDeferredFunction · 0.70
runMethod · 0.65
createRunMethod · 0.65
readFileMethod · 0.65
writeFileMethod · 0.65
pushMethod · 0.65

Tested by

no test coverage detected