GitHub

DaffNavigationStateTestingModule

import { DaffNavigationStateTestingModule } from '@daffodil/navigation/state/testing'

The DaffNavigationStateTestingModule provides a mock for the DaffNavigationFacade. This makes testing much simpler by removing any interaction with the ngrx store.

@NgModule()
class DaffNavigationStateTestingModule {}