I am working on one component (which is a web application - struts - that is deployed as a WAR), and I developed some new Javascript for which I wrote some QUnit testing. I do not know where I need to place the files that go with my QUnit (qunit.js, qunit.ccs, myTestClass.js, and the hmtl page), so that they are not packaged and deployed in the production artifact.
For example, all the java unit test goes into a test folder. But the html/jsp/js files need to be somewhere in the webapp folder.
Thanks!