Skip to content
Snippets Groups Projects

Add tests

Merged Jan Loewe requested to merge feat-jest-tests into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -6,7 +6,7 @@
import * as fc from "fast-check";
import { select, toTextArr, toTextContentArr, indexOf } from "../../util";
import { StatementMetaDataType, DCCDocument, DCCXMLElement } from "../../../src";
import { string_ISO639_1 } from "../../Arbitraries";
import { string_ISO3166_1 } from "../../Arbitraries";
const base = "/dcc:digitalCalibrationCertificate/dcc:administrativeData/dcc:statements";
const xpath = {
Loading