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

Fix options.moduleNameMapper override order with preset (#3565) #3689

Merged
merged 4 commits into from
Jun 27, 2017

Commits on Jun 27, 2017

  1. Fix options.moduleNameMapper override order with preset (jestjs#3565)

    Adjusted the order so that the options mappings are checked first and then the preset mappings are checked.
    The preset mappings can be overridden by the options mappings.
    Mark.Whitfeld committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    fd5047b View commit details
    Browse the repository at this point in the history
  2. Fix prettier linting issues

    Mark.Whitfeld committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    dceaf61 View commit details
    Browse the repository at this point in the history
  3. Fix eslint issues

    Mark.Whitfeld committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    47e42cd View commit details
    Browse the repository at this point in the history
  4. Workaround in test for eslint sort-keys rule

    Mark.Whitfeld committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    b932948 View commit details
    Browse the repository at this point in the history