In the process of selecting a setup for testing a web application that incorporates Backbone and RequireJS.
I plan to focus primarily on conducting unit tests from JavaScript, but I'm unsure whether it's more effective to load the entire app prior to invoking the testing framework or utilize RequireJS to dynamically load only the modules being tested in each scenario.
Since this platform is aimed solely at Q&A and doesn't facilitate discussions, let me rephrase: Are there any compelling arguments against loading the entire app upfront when conducting unit tests?