UNPKG
multihost
Version:
latest (0.1.1)
0.1.1
0.1.0
Hosting multiple Express apps on the same server.
github.com/cheton/multihost
cheton/multihost
multihost
/
test
/
index.js
6 lines
(4 loc)
•
68 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ test }
from
'tap'
;
test
(
'noop'
,
(
t
) =>
{ t.
end
(); });