py binding support #806
Annotations
2 errors
|
test (latest)
Process completed with exit code 1.
|
|
error: Snapshot creation is disabled in CI environments unless --update-snapshots is used:
test/api/write-generator/typescript.test.ts#L57
Snapshot name: "TypeScript CDA with Logical Model Promotion to Resource without resourceType 1"
Received:
"// WARNING: This file is autogenerated by @atomic-ehr/codegen.
// GitHub: https://github.com/atomic-ehr/codegen
// Any manual changes made to this file may be overwritten.
import type { CD } from "../hl7-cda-uv-core/CD";
import type { CE } from "../hl7-cda-uv-core/CE";
// CanonicalURL: http://hl7.org/cda/stds/core/StructureDefinition/CV (pkg: hl7.cda.uv.core#2.0.1-sd)
export interface CV extends CE {
translation?: CD[];
}
"
at <anonymous> (/home/runner/work/codegen/codegen/test/api/write-generator/typescript.test.ts:57:80)
|