(name: string | string[])
| 77 | } |
| 78 | |
| 79 | export function testActionUnset(name: string | string[]): void { |
| 80 | testRegistry.unsetAction(name); |
| 81 | } |
| 82 | |
| 83 | export function registerNavigate(fn: (path: string) => Promise<void>): void { |
| 84 | _registerNavigate(fn); |
nothing calls this directly
no test coverage detected