| 1 | import { describe, expectTypeOf, test } from 'vitest'; |
| 2 | import { component$ } from '../component/component.public'; |
| 3 | import { useResource$ } from './use-resource'; |
| 4 | import { useSignal } from './use-signal'; |
nothing calls this directly
no test coverage detected