11 lines
286 B
JavaScript
11 lines
286 B
JavaScript
"use strict";
|
|
function __export(m) {
|
|
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
|
}
|
|
__export(require("./intern"));
|
|
exports.tunnel = 'NullTunnel';
|
|
exports.tunnelOptions = {
|
|
hostname: 'localhost',
|
|
port: '4444'
|
|
};
|
|
//# sourceMappingURL=intern-local.js.map
|