Currently, we run our unit tests with the assumption that jquery, underscore, and es5-shim will be installed and reachable via bower. As NPM has become the de facto package manager for the web, however, we should also run our unit tests by having them require their dependencies instead.