describe("site", () => {
        it("trims the fragment", () => {
            expect(site(frag)).toEqual(root);
        });