mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-22 15:22:34 +01:00
appending a base tag to the head before jasmine tests run.
This commit is contained in:
7
modules/core/tests/client/core.client.tests.js
Normal file
7
modules/core/tests/client/core.client.tests.js
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
(function() {
|
||||
beforeAll(function() {
|
||||
angular.element(document.querySelector('head')).append('<base href="/">');
|
||||
});
|
||||
}());
|
||||
Reference in New Issue
Block a user