UNPKG
hosting
Version:
latest (0.0.2)
0.0.2
0.0.1
The easiest way to deploy websites
github.com/fordnox/hosting
fordnox/hosting
hosting
/
lib
/
__tests__
/
hosting.test.js
8 lines
(6 loc)
•
162 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
hosting =
require
(
"../index.js"
);
describe
(
"hosting"
,
() =>
{
it
(
"has a test"
,
() =>
{
expect
(hosting.
hosting
).
toBe
(
"Under construction"
); }); });