| 1 | import { act, cleanup, renderHook, waitFor } from '@testing-library/react'; |
| 2 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 3 | import * as THREE from 'three'; |
| 4 | import { buildImageBitmap } from '../test/builders'; |
nothing calls this directly
no test coverage detected