Open Migarve55 opened 5 years ago
In order to test the different components we need to create a "fake" chat Service, to display dummy data. The idea is to test the basic functionality creating an array of messages and users without accessing SOLID.
I've worked on this, in the corresponding .spec file I've added some dummy data, but things can be better
In order to test the different components we need to create a "fake" chat Service, to display dummy data. The idea is to test the basic functionality creating an array of messages and users without accessing SOLID.