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

Commit

Permalink
appending a base tag to the head before jasmine tests run.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdriscol committed Jul 20, 2015
1 parent 2f8e20e commit 9e7239b
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 9e7239b

Please sign in to comment.