()
| 919 | * @experimental |
| 920 | */ |
| 921 | export function resetFakeAsyncZone() { |
| 922 | if (_fakeAsyncTestZoneSpec) { |
| 923 | _fakeAsyncTestZoneSpec.unlockDatePatch(); |
| 924 | } |
| 925 | _fakeAsyncTestZoneSpec = null; |
| 926 | getProxyZoneSpec()?.get()?.resetDelegate(); |
| 927 | _sharedProxyZoneSpec?.resetDelegate(); |
| 928 | } |
| 929 | |
| 930 | /** |
| 931 | * Wraps a function to be executed in the fakeAsync zone: |
no test coverage detected