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