yacs
yacs copied to clipboard
Fix and Add Web Tests
The tests for web need to be updated. We broke them when implementing API v6, and need to go back and update them. This should be fairly straightforward. Most of this will involve switching out references to the old models to the yacs-api-client models, and updating class names.
The following components have tests that need to be updated:
- [ ]
schedule-view - [ ]
school-list - [ ]
listing-view - [ ]
listing - [ ]
section - [ ]
header
Additionally, the following components do not have tests and need tests to be added.
- [ ]
schedule - [ ]
schedule-event - [ ]
school - [ ]
subject
We should probably have an issue for each one of these tests, and link those issues here, if someone wants to help out :P