mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-28 22:45:48 +00:00
9df24309e7
As part of 8ed5376533
we made `ENS.getEnsConfig()`
asynchronous, hence it needs a callback. This change was not done in one of the
ENS tests, resulting in the test to fail. The test mocked that particular API,
turning it into noop, which is why the test kept timing out.
This commit fixes the test by not mocking the API and adding the needed configuration
to the environment.