Northeastern-Electric-Racing / PM-Dashboard-v1

Northeastern Electric Racing Project Management Dashboard - version 1
https://script.google.com/a/husky.neu.edu/macros/s/AKfycbxp_WUPxtqG2GUdFyDu938Nudb8NlWK1UO3QtWdGGyxrb14i0kp/exec
2 stars 0 forks source link

Dashboard - Add Test File and Test Cases for getDashboard #167

Open jamescd18 opened 3 years ago

jamescd18 commented 3 years ago

With the transition to TypeScript and adding testing with Jest, we now need to go through and add test cases for all of our code. Start by creating the folder structure needed for Dashboard.ts. Then create a test file for getDashboard and write sufficient tests to cover the behavior of the function. See example and ChangeForm for examples.