Arquisoft / dechat_en2a

Dechat EN2A
https://arquisoft.github.io/dechat_en2a
MIT License
8 stars 7 forks source link

Service testing #28

Closed flecktarn121 closed 5 years ago

flecktarn121 commented 5 years ago

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.

josecurioso commented 5 years ago

Appart from testing we should also reconfigure the coverage CI tool so it reports the percentage accurately.

josecurioso commented 5 years ago

After the last merge both tests and coverage are working correctly.