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: ReactTraining/testing-starter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ReactTraining/testing-starter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: academy-2021-03
Choose a head ref
  • 6 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 31, 2021

  1. Add unit test for Minutes component

    - Included `vanilla` example where we don't use a test runner or stubs
      for the DOM
    - Final version uses Jest and React Testing Library to query our tree
    Chance Strickland committed Mar 31, 2021
    Copy the full SHA
    5170745 View commit details
  2. Add interaction tests to Minutes

    Chance Strickland committed Mar 31, 2021
    Copy the full SHA
    6500043 View commit details
  3. Add tests for invalid input entry to Minutes

    Chance Strickland committed Mar 31, 2021
    Copy the full SHA
    895b1a5 View commit details
  4. Fix bug in App found in our integration test

    Chance Strickland committed Mar 31, 2021
    Copy the full SHA
    7d677ba View commit details
  5. Add integration test for the application

    Chance Strickland committed Mar 31, 2021
    Copy the full SHA
    d8e251d View commit details
  6. Add examples showing mocks of our API methods

    Chance Strickland committed Mar 31, 2021
    Copy the full SHA
    e03da0e View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff main...academy-2021-03