| 1 | import { describe, test, expect, beforeEach } from '@jest/globals'; |
| 2 | import { ReferenceTracker } from '../../../src/ECS/Core/ReferenceTracker'; |
| 3 | import { Component } from '../../../src/ECS/Component'; |
| 4 | import { Entity } from '../../../src/ECS/Entity'; |
nothing calls this directly
no test coverage detected