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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: hoist imports of @jest/globals correctly #9806

Merged
merged 23 commits into from Apr 28, 2020

Commits on Apr 13, 2020

  1. Configuration menu
    Copy the full SHA
    8e1319b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b91b62 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    9ebd34f View commit details
    Browse the repository at this point in the history
  2. remove unused import

    jeysal committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    c7a16bf View commit details
    Browse the repository at this point in the history
  3. cleanup

    jeysal committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    fcca78b View commit details
    Browse the repository at this point in the history
  4. lint cleanup

    jeysal committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    b4dc590 View commit details
    Browse the repository at this point in the history
  5. correct test

    jeysal committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    78a44b6 View commit details
    Browse the repository at this point in the history
  6. fix by using post hook

    jeysal committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    b18ac40 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. almost fix namespace import

    jeysal committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    066deab View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. finally fixed I think 馃挭

    jeysal committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    20c8f58 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    530c788 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6df0341 View commit details
    Browse the repository at this point in the history
  3. remove unused import

    SimenB committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    db4785a View commit details
    Browse the repository at this point in the history
  4. test aliased import

    jeysal committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    cd059ec View commit details
    Browse the repository at this point in the history
  5. computed check, thanks nicolo

    jeysal committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    b29d972 View commit details
    Browse the repository at this point in the history
  6. optional chaining HYPE

    jeysal committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    36ad2f4 View commit details
    Browse the repository at this point in the history
  7. test file fixes

    jeysal committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    f547d25 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. hoist within scope

    jeysal committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    80dabd0 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into hoist-global-import

    * upstream/master:
      Prints the Symbol name into the error message with a custom asymmetric matcher (jestjs#9888)
      Show coverage of sources related to tests in changed files (jestjs#9769)
      fix: don't /// <reference types="jest" /> (jestjs#9875)
    jeysal committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    76f0c38 View commit details
    Browse the repository at this point in the history
  3. test count

    jeysal committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    9a022c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d528e1b View commit details
    Browse the repository at this point in the history
  5. snapshot updates, idk...

    jeysal committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    e4778f8 View commit details
    Browse the repository at this point in the history
  6. Revert "snapshot updates, idk..."

    This reverts commit e4778f8.
    SimenB committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    5d352b4 View commit details
    Browse the repository at this point in the history