finished refactoring the directory layout, no longer stubs
This commit is contained in:
@@ -16,14 +16,14 @@ import {
|
||||
makeTrustedSegmentsPath,
|
||||
makeTrustedSummaryPath,
|
||||
makeVerifiedPreviousRunManifest,
|
||||
} from "../src/domain/models/IngestSnapshot.js"
|
||||
} from "../src/contexts/ingest-snapshot/index.js"
|
||||
import {
|
||||
apply,
|
||||
decide,
|
||||
makeAwaitingSnapshotSelection,
|
||||
validatePreviousRunManifest,
|
||||
} from "../src/policies/decideSnapshotIngest.js"
|
||||
import { workflow } from "../src/workflows/ingestSnapshot.js"
|
||||
workflow,
|
||||
} from "../src/contexts/ingest-snapshot/index.js"
|
||||
|
||||
const makeCommand = (
|
||||
overrides: Partial<IngestUpstreamSnapshot> = {},
|
||||
|
||||
Reference in New Issue
Block a user