Skip to content

Commit

Permalink
test(navigation): fix injected types (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
griest024 authored and damienwebdev committed Jan 20, 2021
1 parent 478df87 commit 414797d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/navigation/state/src/facades/navigation.facade.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { TestBed } from '@angular/core/testing';
import { MockStore } from '@ngrx/store/testing';
import { Store, StoreModule, combineReducers } from '@ngrx/store';
import { cold } from 'jasmine-marbles';

Expand All @@ -10,7 +9,7 @@ import { DaffNavigationTreeFactory } from '@daffodil/navigation/testing';
import { DaffNavigationFacade } from './navigation.facade';

describe('DaffNavigationFacade', () => {
let store: MockStore<Partial<DaffNavigationReducersState<DaffNavigationTree>>>;
let store: Store<Partial<DaffNavigationReducersState<DaffNavigationTree>>>;
let facade: DaffNavigationFacade<DaffNavigationTree>;
const navigationTreeFactory: DaffNavigationTreeFactory = new DaffNavigationTreeFactory();
let navigation: DaffNavigationTree;
Expand Down

0 comments on commit 414797d

Please sign in to comment.