CPNV-RIA1 / MGReader

Manga reader based on the concept of a rich internet application.
The Unlicense
0 stars 0 forks source link

Sprint1 - BDD_Social Networks (login) #1

Open LeZderich opened 4 months ago

LeZderich commented 4 months ago

This story is dedicated to writing tests to prepare for the implementation of authentication functionalities via social networks.

LeZderich commented 4 months ago

Understand how jest works. --> not 100% Understand what jest mock is --> not 100%

Write the login.test class --> Not finished but the first test works. Check Login Status of a Person --> Done Log a Person In --> Not begun Log a Person Out --> Not begun

Write a controller --> Not finished but has the method for the first test.

LeZderich commented 4 months ago

Write the login.test class --> Done Check Login Status of a Person --> Done Log a Person In --> Done Log a Person Out --> Done