| 1 | // Mock Zone before requiring GridAlign, as Zone pulls in browser-dependent device code |
| 2 | vi.mock('../../src/gameobjects/zone/Zone', function () |
| 3 | { |
| 4 | function MockZone (scene, x, y, width, height) |
nothing calls this directly
no test coverage detected