| 1 | import {act, renderHook} from '@testing-library/react'; |
| 2 | import {Message} from 'types/pipes'; |
| 3 | import {beforeEach, describe, expect, it, vi} from 'vitest'; |
| 4 | import * as isProdModule from '../utils/is-prod'; // Adjust the import path as needed |
nothing calls this directly
no test coverage detected