| 1 | import { act, cleanup, render, renderHook } from "@testing-library/react" |
| 2 | import { autorun, configure, observable } from "mobx" |
| 3 | import * as React from "react" |
| 4 | import { useEffect, useState } from "react" |
nothing calls this directly
no test coverage detected