| 1 | import { act, fireEvent, screen } from '@testing-library/react'; |
| 2 | import { setTimeout as sleep } from 'node:timers/promises'; |
| 3 | import * as React from 'react'; |
| 4 | import { useState } from 'react'; |
nothing calls this directly
no test coverage detected