Hi all:
I'm currently trying to write some unit test on some javascript files. My first and foremost problem with that is that my test files are in a different project than the actual javascript files. I'm running VS2008, and in my test project, I have included a reference of the actual project file. Assuming I'm writing my tests in an html file, does anyone have a solution to solve the above problem?
Thanks.
EDIT (from op's own answer to this question):
Sorry my bad. I copied a js file which had an error on it.