( hasSeenReturn: boolean = defaultHasSeenReturnKey, )
| 57 | } |
| 58 | |
| 59 | export function resetReturnKeySeenForTests( |
| 60 | hasSeenReturn: boolean = defaultHasSeenReturnKey, |
| 61 | ): void { |
| 62 | hasSeenReturnKey = hasSeenReturn |
| 63 | } |
no outgoing calls
no test coverage detected