(...args: Parameters<typeof rxState<T>>)
| 447 | function setUpWithoutInjectionContext() { |
| 448 | return { |
| 449 | rxState<T extends object>(...args: Parameters<typeof rxState<T>>) { |
| 450 | const state = rxState(...args); |
| 451 | return state; |
| 452 | }, |
| 453 | }; |
| 454 | } |
no outgoing calls
no test coverage detected