| 3 | import { expect, test } from "bun:test" |
| 4 | |
| 5 | interface IRootModel { |
| 6 | shouldLoad: boolean |
| 7 | } |
| 8 | |
| 9 | test("it should load the correct type", async () => { |
| 10 | const LazyModel = types |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…