| 1 | import { describe, expectTypeOf, it, test } from 'vitest' |
| 2 | import { sleep } from '@tanstack/query-test-utils' |
| 3 | import { injectQuery, queryOptions } from '..' |
| 4 | import type { Signal } from '@angular/core' |
nothing calls this directly
no test coverage detected