nouveau-theatre-de-besancon/node_modules/http-https/test.js

7 lines
188 B
JavaScript
Raw Normal View History

2024-09-20 10:32:49 +02:00
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')