Skip to content

Commit d829074

Browse files
authored
Merge branch 'main' into docs/adr-renumber-0070
2 parents 2aac2c8 + f415bd8 commit d829074

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/cli/src/utils/lint-flow-patterns.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,10 @@ describe('lintFlowPatterns — wrong interpolation syntax (#1315)', () => {
187187

188188

189189
describe('lintFlowPatterns — approval revise loop (ADR-0044)', () => {
190-
const approvalFlow = (edges, approvalConfig = {}) => ({
190+
const approvalFlow = (
191+
edges: Array<{ source: string; target: string; label?: string; type?: string }>,
192+
approvalConfig: Record<string, unknown> = {},
193+
) => ({
191194
flows: [{
192195
name: 'budget_approval',
193196
nodes: [

0 commit comments

Comments
 (0)