swoloszynski / journey-planner

Trugley, your favorite travel app for telling people where you're gonna be, who you're gonna be with, and how you're gonna get there.
0 stars 1 forks source link

Set up unit tests for models #37

Open swoloszynski opened 5 years ago

swoloszynski commented 5 years ago
btrav commented 5 years ago

Adding as a reference: https://medium.com/welldone-software/an-overview-of-javascript-testing-in-2018-f68950900bc3 (review of existing tools) https://blog.kentcdodds.com/but-really-what-is-a-javascript-test-46fe5f3fad77 (helpful walkthrough/explanation of basic test) https://www.youtube.com/watch?v=MLTRHc5dk6s (tutorial on mocha/chai)