test("should not render FAST elements with the `defer-hydration` attribute when deferHydration is configured to be false", () => {
        const { templateRenderer } = fastSSR({deferHydration: false});
        const name = uniqueElementName();
        FASTElement.define(name);