blob: be64fe8104dfb15ac172326af58e4329200cdd60 [file] [log] [blame]
'use strict';
module.exports = global.location || {
origin: 'http://localhost:80'
, protocol: 'http:'
, host: 'localhost'
, port: 80
, href: 'http://localhost/'
, hash: ''
};