This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
v0.2.2 Upgrade how to detect emulator readiness
What's Changed
Instead of reading logging lines from the emulator, the flow-js-testing library now makes a gRPC API call via FCL on getBlock() API to determine if the emulator is fully started. This change will address the intermittent test failures caused by prematurely flags emulator in a ready state.
New Contributors
Full Changelog: v0.2.1...v0.2.2