At the current time, we have done no unit testing whatsoever.
Angular provides its own tool for unit testing, jasmine. Considering its complete integration for the system, it is probably our best option.
Considering the difficulty of testing the components (view) we will just test the services, and leave the view for the next deliverable.
At the current time, we have done no unit testing whatsoever. Angular provides its own tool for unit testing, jasmine. Considering its complete integration for the system, it is probably our best option. Considering the difficulty of testing the components (view) we will just test the services, and leave the view for the next deliverable.