resonatecoop / mobile

A mobile app for playing music on Resonate, an open source music streaming co-op; built with TypeScript and React Native
GNU General Public License v3.0
15 stars 2 forks source link

chore: Setup test environment #48

Closed dominictwlee closed 1 year ago

dominictwlee commented 1 year ago

This sets up the test environment for this repo. I've also included an example test file on how to test components.

It also bumps prettier to latest, and removes the invalid commit-msg parse using prettier. I don't think we need to use prettier to format commit message. Commitlint should be enough to validate that commit messages follow the convention.