| 1 | import { act, renderHook } from '@testing-library/react'; |
| 2 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 3 | import type { MutableRefObject } from 'react'; |
| 4 | import { getWheelAdjustedFov } from './cameraFrustumViewModel'; |
nothing calls this directly
no test coverage detected