it("renders a value that has not been measured yet", () => {
    renderMeasurementValue()
    expect(screen.getAllByText(/\?/).length).toBe(1)
})