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

Relax the inline style validation in expectations #253

Merged
merged 2 commits into from
Feb 20, 2019

Commits on Feb 20, 2019

  1. Relax the inline style validation in expectations

    I don't think our current regex is anywhere near smart enough to recognize all
    valid style values. So I'm going to relax the validation.
    sunesimonsen committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    94f5801 View commit details
    Browse the repository at this point in the history
  2. Fixing linting problem

    It seems like some default eslint configuration has changed when run with the
    latest dependencies that matches our ranges.
    
    I changed the tactic to make assigning to the global document in the test a bit
    more explicit.
    sunesimonsen committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    a524844 View commit details
    Browse the repository at this point in the history