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

Fixes: eslint semicolons + MemoryHistory failing test #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 30, 2018

  1. Fix test sequence shared by two types of history

    Both Browser and History shares the first step of the ReplaceChangesTheKey sequence.
    The expectation to match the key prop is different for Memory since it creates
    a first initial entry which contains a value other than undefined. Checking if
    entries is part of the returned history objects is now used to distinguish one history
    object type from another and write a working expecation match object.
    Luis Merino committed May 30, 2018
    Configuration menu
    Copy the full SHA
    7d711a3 View commit details
    Browse the repository at this point in the history
  2. Fix eslint erroring files with semi colons

    Luis Merino committed May 30, 2018
    Configuration menu
    Copy the full SHA
    0a68f3c View commit details
    Browse the repository at this point in the history