I am currently creating a javascript structure template as an architecture for developing the client side for the upcoming large-scale application that I will develop.
I want to go with a module observer template in which each control that I develop will have its own javascript file that does not have any sign of other controls.
From developing this structure for my application, I want to integrate it into the testing mechanism for my modules - the unit testing mechanism for javascript. I do not know about any such framework or how I can configure such. Any suggestions?
As part of such testing, I will also need to mock http requests.
The library that I will use in development is jquery.
amateur
source share