| 1 | import { cleanup, render } from '@testing-library/react'; |
| 2 | import { afterEach, describe, expect, it } from 'vitest'; |
| 3 | import { buildCamera, buildPoint2D } from '../../test/builders'; |
| 4 | import { |
nothing calls this directly
no test coverage detected