Adding a script for compiling the unit tests along with the code would be the most obvious idea. The unit tests integrate with the code so tightly, that only compiling the code and exporting everything that's necessary for the tests is not really feasible. The big unknown here is how to handle the interface with Jasmine.
Adding a script for compiling the unit tests along with the code would be the most obvious idea. The unit tests integrate with the code so tightly, that only compiling the code and exporting everything that's necessary for the tests is not really feasible. The big unknown here is how to handle the interface with Jasmine.