Skip to content
Snippets Groups Projects

Add tests

Merged Jan Loewe requested to merge feat-jest-tests into master
Compare and Show latest version
11 files
+ 14
12
Compare changes
  • Side-by-side
  • Inline
Files
11
import { select, toTextArr, toTextContentArr } from "../../../util";
import { CalibrationLaboratoryType, DCCDocument } from "../../../../src";
import { testRichContentType } from "../Types/RichContentType.test";
import { testRichContentType } from "../Types/RichContentType";
const base = "/dcc:digitalCalibrationCertificate/dcc:administrativeData/dcc:calibrationLaboratory/dcc:contact";
const xpath = {
Loading