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

feat: add an option to ignore sync of quote tweets #18

Closed
wants to merge 2 commits into from

Commits on May 2, 2020

  1. feat: add an option to ignore sync of quote tweets

    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed May 2, 2020
    Configuration menu
    Copy the full SHA
    9ddc71c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. refactor: simplify building of options in tests

    - Replace the global constant `DEFAULT_SYNC_OPTIONS` with a factory
      function to obtain a new instance of the options object
    - Rework tests using custom options to start with the default options
      and modify only the fields relevant in the test.
    
    With this improvement in place, when we add a new sync option in the
    future, existing tests should not need any changes.
    
    Signed-off-by: Miroslav Bajtoš <[email protected]>
    bajtos committed May 3, 2020
    Configuration menu
    Copy the full SHA
    f545072 View commit details
    Browse the repository at this point in the history