react-github-profile icon indicating copy to clipboard operation
react-github-profile copied to clipboard

fix tests

Open veekas opened this issue 6 years ago • 0 comments

I was working through your Egghead.io Hooks course locally and couldn't figure out why a test was failing. Turns out it was because the tests weren't up-to-date on my cloned repo because my base branch was master, and I wasn't merging in your branch-by-branch refactors along the way.

This PR just cherry-picks your own test fix from egghead-2018/refactor-02 and merges it back to master to prevent further confusion.

Thanks for all your work!

veekas avatar Jun 10 '19 02:06 veekas