it("displays the postfix", () => {
    renderReadOnlyInput({ unit: "postfix" })
    expect(screen.queryByText(/postfix/)).not.toBe(null)
})