There was an error while loading. Please reload this page.
1 parent dde4243 commit f135f16Copy full SHA for f135f16
1 file changed
fission/src/test/physics/PhysicsSystem.test.ts
@@ -1,7 +1,5 @@
1
-import { test, expect, describe, assert, beforeEach, afterEach, vi } from "vitest"
+import { test, expect, describe, assert, beforeEach, afterEach } from "vitest"
2
import PhysicsSystem, { LayerReserve, BodyAssociate } from "../../systems/physics/PhysicsSystem"
3
-import MirabufParser from "@/mirabuf/MirabufParser"
4
-import MirabufCachingService, { MiraType } from "@/mirabuf/MirabufLoader"
5
import * as THREE from "three"
6
import JOLT from "@/util/loading/JoltSyncLoader"
7
import Jolt from "@azaleacolburn/jolt-physics"
0 commit comments