Skip to content
This repository was archived by the owner on Nov 26, 2020. It is now read-only.
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: kentcdodds/testing-workshop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Li-m-dev/testing-workshop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 49 files changed
  • 5 contributors

Commits on May 29, 2018

  1. fix snapshots I guess.

    Kent C. Dodds
    Kent C. Dodds committed May 29, 2018
    Configuration menu
    Copy the full SHA
    31d7b6b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. fix: snapshots

    Kent C. Dodds
    Kent C. Dodds committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    fd6ece4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. fixes babel core error as reported in issue #79 (#81)

    * fixes babel core error as reported in issue #79 by installing babel-preset-react-app dev dependency
    
    * fixes issue79
    weiklr authored and Kent C. Dodds committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    db37790 View commit details
    Browse the repository at this point in the history
  2. Update package.json

    Kent C. Dodds
    Kent C. Dodds authored Jun 26, 2018
    Configuration menu
    Copy the full SHA
    496f894 View commit details
    Browse the repository at this point in the history
  3. modernize and hopefully fix things

    Kent C. Dodds
    Kent C. Dodds committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    b054e56 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. updates start command in package.json to run calculator tests on cypr…

    …ess (#84)
    weiklr authored and Kent C. Dodds committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    ec6c7c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. upgrade all the things

    Kent C. Dodds
    Kent C. Dodds committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    e7dc50c View commit details
    Browse the repository at this point in the history
  2. cleanup examples

    Kent C. Dodds
    Kent C. Dodds committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    3e5a974 View commit details
    Browse the repository at this point in the history
  3. Update .travis.yml

    Kent C. Dodds
    Kent C. Dodds authored Jul 26, 2018
    Configuration menu
    Copy the full SHA
    595c2de View commit details
    Browse the repository at this point in the history
  4. move button to the form to make it more clear

    Kent C. Dodds
    Kent C. Dodds committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    825812a View commit details
    Browse the repository at this point in the history
  5. fix snapshots

    Kent C. Dodds
    Kent C. Dodds committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    4d5f879 View commit details
    Browse the repository at this point in the history
  6. update registry

    Kent C. Dodds
    Kent C. Dodds committed Jul 26, 2018
    2 Configuration menu
    Copy the full SHA
    2ab73c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2018

  1. simplify

    Kent C. Dodds
    Kent C. Dodds committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    48b9ce0 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Revert "update registry"

    This reverts commit 2ab73c5.
    Kent C. Dodds
    Kent C. Dodds committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    543e18d View commit details
    Browse the repository at this point in the history
  2. fixup npm config

    Kent C. Dodds
    Kent C. Dodds committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    0b22d9e View commit details
    Browse the repository at this point in the history
  3. fix test url config for jest

    Kent C. Dodds
    Kent C. Dodds committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    dff13d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Update .prettierc (#87)

    Fix invalid value 'all' to a valid value "all" for "trailingComma" property
    
    Before: 
    
    ![image](https://user-images.githubusercontent.com/22813027/46677061-76800300-cbff-11e8-863e-16cd15d6115d.png)
    
    After: 
    
    ![image](https://user-images.githubusercontent.com/22813027/46677073-7b44b700-cbff-11e8-9159-b7ffb680e80c.png)
    
    
    Please take a look. Thank you.
    anku255 authored and Kent C. Dodds committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    47a08f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Fix missing Babel dep in calculator (#89)

    Closes #88 by adding the missing dependency.
    Rishi Speets Kent C. Dodds
    Rishi Speets authored and Kent C. Dodds committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    4942c2a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Add a black color for text input to support firefox (#94)

    This pull request adds a black color for text input and text area to support firefox. Without this, somehow they don't receive the color css property. 
    
    This is a screenshot before. Notice the red squigly lines. There's text there that you can't see. 
    
    ![image](https://user-images.githubusercontent.com/18214059/50155932-6162d700-0308-11e9-8f29-703672ff4392.png)
    
    And this is after. 
    
    ![image](https://user-images.githubusercontent.com/18214059/50155984-7ccde200-0308-11e9-9d68-ef6ea89fa1f4.png)
    Alcedo Nathaniel De Guzman Jr Kent C. Dodds
    Alcedo Nathaniel De Guzman Jr authored and Kent C. Dodds committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    04f972e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. update outdated snapshots

    Kent C. Dodds
    Kent C. Dodds committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    ddb2d15 View commit details
    Browse the repository at this point in the history
Loading