Is it practical/possible to separate jasmine tests into a separate visual studio project?
I am just getting started with angular, and am trying to write my tests befor
You can do this with no copy/pasting. In your Jasmine tests you can add a ///
/ProjectA /scripts
code1.js code2.js/TestProjectB test1.js
You can add this line at the top of your test1.js file to reference all your code files:
///