DaffNavigationStateTestingModule
The DaffNavigationStateTestingModule provides a mock for the DaffNavigationFacade. This makes testing much simpler by removing any interaction with the ngrx store.
import { DaffNavigationStateTestingModule } from '@daffodil/navigation/state/testing'
@NgModule()
class DaffNavigationStateTestingModule {}