## Set up testing suite and write tests * `create-react-app` comes with `jest` installed, which is a testing library made by Facebook * `react-testing-library` is a fantastic npm package to extend basic jest testing * `jest-cucumber` is another great addition to `jest`, and allows you to frame your tests with Gerkhin tables
Set up testing suite and write tests
create-react-appcomes withjestinstalled, which is a testing library made by Facebookreact-testing-libraryis a fantastic npm package to extend basic jest testingjest-cucumberis another great addition tojest, and allows you to frame your tests with Gerkhin tables