Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined function name #480

Merged
merged 1 commit into from May 9, 2018
Merged

Commits on Apr 26, 2018

  1. feat(combineEpics): verbose combineEpics returned function name

    Combined functions always return `<anonymous>` which is not very useful. This Commit updates the name of the combined epics to the following:
    
    > combineEpics(epic1, epic2)
    
    style(combineEpics): shorter code
    
    style(combineEpics): fix linting
    
    fallback to '<anonymous>'
    
    add unit tests
    Bamieh committed Apr 26, 2018
    Copy the full SHA
    f5f0729 View commit details
    Browse the repository at this point in the history