I'm new to JavaScript, and I wonder what standard / recommended way to include dependencies (e.g. Jasmine, jQuery) when writing tests for the JavaScript library? I use Jasmine as a FWIW test environment. Is it possible, for example, to recommend including libraries in the source tree?
source share