
Build a button using test driven development
Try out test driven development by building a simple button component. For this exercise, you're given a set of failing unit tests. Get the tests to pass by implementing the Button component! You can clone this repo to run the test locally. Happy coding! Note: The test uses ...