| 1 | import { expect, beforeAll, afterAll, describe, it } from "vitest"; |
| 2 | import { WebGLEngine } from "@galacean/engine-rhi-webgl"; |
| 3 | import type { IHierarchyFile } from "@galacean/engine-loader"; |
| 4 | import { PrefabParser } from "../../../packages/loader/src/prefab/PrefabParser"; |
nothing calls this directly
no test coverage detected