| 1 | import React from 'react'; |
| 2 | import { render, fireEvent } from '@testing-library/react'; |
| 3 | import { invariant } from '../../../../src/invariant'; |
| 4 | import * as attributes from '../../../../src/view/data-attributes'; |
nothing calls this directly
no test coverage detected