import { expectDocxToContain } from "https://deno.land/x/docxml@5.5.1/src/utilities/tests.ts";
Convenient but unoptimized function to run an XPath test against the DOM of a file in the DOCX archive that has a specific relationship (such as being the "main document" or the "settings").
May optimize for speed later