UNPKG
check-ethereum-scanner
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Safety checks for new Ethereum tokens
check-ethereum-scanner
/
Ethereum-Renounced-Contract-Scanner
/
node_modules
/
http-https
/
test.js
7 lines
(5 loc)
•
188 B
JavaScript
View Raw
1
2
3
4
5
6
7
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'
)