Skip to content

Commit

Permalink
chore: reference rxjs via node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Apr 6, 2019
1 parent 8052d5c commit 121b6c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/effects/spec/effect_creator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ describe('createEffect()', () => {
paths: {
'@ngrx/store': ['./modules/store'],
'@ngrx/effects': ['./modules/effects'],
rxjs: ['./node_modules/rxjs'],
},
}
);
Expand Down

0 comments on commit 121b6c2

Please sign in to comment.