vta / modeify

A web-based UI for delivering personalized commute information to travelers
Other
4 stars 1 forks source link

Implement new mocha tests and correct failing ones #149

Open bijanmmarkes opened 6 years ago

bijanmmarkes commented 6 years ago

Mocha is currently implemented within modeify for TDD and there are also some instances of BDD tests. When running the tests many of them currently fail due to features that we are currently not using. We have also written new features such as share or print that do not have any tests written for them. We should fix all the tests that are failing and implement new ones for the features we recently added.