| 1 | import { afterEach, beforeEach, describe, expect, test, vi } from 'vitest' |
| 2 | import * as React from 'react' |
| 3 | import { render } from '@testing-library/react' |
| 4 | import * as coreModule from '@tanstack/query-core' |
nothing calls this directly
no test coverage detected