Unit testing in react Article here: https://flatteredwithflutter.com/unit-testing-in-react/ We will cover briefly: Write unit tests for components Snapshot Testing with Jest Note: This article assumes the reader knows about React About Unit Testing Unit testing is a testing method that tests an individual software unit in isolation. …