I have build an app using Sencha Architect and planning to test it using Jasmine. I am fairly new to Sencha Architect and Jasmine. In order for me to test the app, do I need to add the ExtJS Libraries/CSS in my HTML index file? I already add all the Jasmine frameworks CSS and JS files together with the Jasmine Test Case File in my HTML index file.
Thanks guys.