Skip to content
Snippets Groups Projects

Add tests

Merged Jan Loewe requested to merge feat-jest-tests into master
Compare and Show latest version
2 files
+ 214
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -4,7 +4,7 @@
@@ -4,7 +4,7 @@
*/
*/
import { select, toTextArr, toTextContentArr } from "../util";
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 base = "//dcc:administrativeData/dcc:items";
const xpath = {
const xpath = {
Loading