Altered home.tsx to include TestID props for key elements for testing
Added basic unit test for home.tsx
Why was it changed:
We need basic unit testing established so that we can write tests for any new changes being added. The next step will be to have these tests run automatically as check for PRs.
Story
12
What was changed:
Why was it changed:
We need basic unit testing established so that we can write tests for any new changes being added. The next step will be to have these tests run automatically as check for PRs.