| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest' |
| 2 | import { act, fireEvent } from '@testing-library/react' |
| 3 | import * as React from 'react' |
| 4 | import { ErrorBoundary } from 'react-error-boundary' |
nothing calls this directly
no test coverage detected