hangforever / hangzone-frontend

An app that enables hangers all over the world to discover and share zones in which to hang ;)
GNU Affero General Public License v3.0
1 stars 0 forks source link

Correct test for App.tsx #49

Closed aburd closed 3 years ago

aburd commented 3 years ago

Description

Need to get serious about testing

What issue does this address? (if any)

No issue related

More information

I suppose by default, create-react-app uses testing-library

Also, this PR changes some yarn scripts

  1. yarn test only runs tests from start to finish once
  2. yarn test:watch will run the tests in interactive mode and can be set to run your tests everytime if you so please