control-freak-ide/server/nodejs/_build/subs/examples/dojo-cli-example/tests/intern-local.js
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

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