Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/http-https/
Upload File :
Current File : //etc/kibana/node_modules/http-https/test.js

var hh = require('./http-https.js')
var assert = require('assert')

assert.equal(hh.getModule('https://foo'), hh.https)
assert.equal(hh.getModule('http://foo'), hh.http)
console.log('ok')