To delay your entire Jasmine test suite until the DOM is ready, add the following:
beforeAll(function(done) { $(done); });