This repository was archived by the owner on May 7, 2025. It is now read-only.

Description
Current unit tests validate input data (in /src/data/data.test.js) and whether the app crashes upon initial render (in src/App.test.js). Expanding unit tests to simulate user input and verify the expected outcome (clicking the vendor list button opens the right drawer, etc.) will allow us to verify that future changes do not break existing functionality when tests are run by Travis.