UNPKG
t7n-localhost
Version:
latest (1.0.0)
1.0.0
get your 'loalhost'
t7n-localhost
/
test
/
test.js
9 lines
(7 loc)
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
expect =
require
(
'chai'
).
expect
const
localhost =
require
(
'../index'
)
describe
(
'Base'
,
function
(
) {
it
(
'getLocalhost'
,
function
(
) {
expect
(localhost).
to
.
be
.
a
(
'string'
) }) })