Skip to content
Snippets Groups Projects

Adaptations for new DCC V3.2.1

Merged Muhammed-Ali Demir requested to merge feat-jest-tests into master
All threads resolved!
2 files
+ 3
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -3,10 +3,8 @@
* @xml ./tests/resources/GP_Temperature_v3.2.1_DCC.xml
*/
import * as fc from "fast-check";
import { indexOf, select, toTextArr, toTextContentArr } from "../../util";
import { CoreDataType, DCCDocument, DCCXMLElement } from "../../../src";
import { string_ISO639_1 } from "../../Arbitraries";
import { select } from "../../util";
import { CoreDataType, DCCDocument } from "../../../src";
const base = "/dcc:digitalCalibrationCertificate/dcc:administrativeData/dcc:coreData";
const xpath = {
Loading