ModuleResolver is a library for decoupling module dependencies by easily splitting a module into a behaviour(api) and the implementation. After the split is done, we can mock it(Mox, Hammox) in tests without performance issues in other environments.
More about it: https://medium.com/@dmitrykleymenov/decoupling-with-moduleresolver-8f042e9f2832.






















