Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #668 from cdriscol/base_tag
Browse files Browse the repository at this point in the history
appending a base tag to the head before jasmine tests run.
  • Loading branch information
lirantal committed Jul 20, 2015
2 parents 2f8e20e + 9e7239b commit 09251d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/core/tests/client/core.client.tests.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
'use strict';

(function() {
beforeAll(function() {
angular.element(document.querySelector('head')).append('<base href="/">');
});
}());

0 comments on commit 09251d1

Please sign in to comment.