How to fix “Error: Expected to be running in ‘ProxyZone’, but it was not found.” in mocha testing? November 28, 2023 by Tarik I had the same issue when accidentally using fakeAsync in a describe function. Removed it solved the issue for me.