Skip to content

Commit

Permalink
fix(decorator): export with proper name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Malkevich committed Jan 9, 2019
1 parent 423a896 commit 607a7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/decorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('@WithUntilDestroyed decorator', () => {

class Test {
@WithUntilDestroyed('destroy')
notObservable = EMPTY;
stream$ = EMPTY;

destroy() {}
}
Expand Down

0 comments on commit 607a7f7

Please sign in to comment.