Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: testing-library/react-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 58150b9
Choose a base ref
...
head repository: testing-library/react-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3d47043
Choose a head ref
  • 6 commits
  • 6 files changed
  • 6 contributors

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    57b3287 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    657e106 View commit details
    Browse the repository at this point in the history
  2. docs: add nickmccurdy as a contributor (#903)

    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Apr 23, 2021
    Configuration menu
    Copy the full SHA
    7c84fa3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. chore: rename master to main in all references (#901)

    Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
    MatanBobi and eps1lon authored Apr 25, 2021
    Configuration menu
    Copy the full SHA
    fe16376 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. fix: Guard against process not being defined (#911)

    Webpack 5 doesn't shim Node's process object by default anymore. Only instances of process.env.NODE_ENV are replaced statically. This means that unguarded checks of process.env will crash in browser environments (such as Karma).
    jhnns authored May 14, 2021
    Configuration menu
    Copy the full SHA
    8a1c8e9 View commit details
    Browse the repository at this point in the history
  2. docs: add jhnns as a contributor (#912)

    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored May 14, 2021
    Configuration menu
    Copy the full SHA
    3d47043 View commit details
    Browse the repository at this point in the history
Loading