googleinterns / Pictophone

Visual telephone web game, by STEP 2020 Pod 119.
http://phoebeliang-step.appspot.com/
Apache License 2.0
3 stars 2 forks source link

Set up testing frameworks #38

Open tomatocat opened 4 years ago

tomatocat commented 4 years ago

TDD is important to show that our code is working and that we have record of addressing edge cases. Frontend can be tested with jest and backend with junit.