Skip to content
Snippets Groups Projects

Add tests

Merged Jan Loewe requested to merge feat-jest-tests into master
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -4,7 +4,7 @@
*/
import { select, toTextArr, toTextContentArr } from "../util";
import { ItemType, DCCDocument, DCCXMLElement, IdentificationType } from "../../src";
import { ItemType, DCCDocument, IdentificationType } from "../../src";
const base = "//dcc:administrativeData/dcc:items";
const xpath = {
Loading