describe("useResourcePropertyView", () => {
  let container: HTMLElement | undefined;

  beforeEach(() => {
    container = document.createElement("div");