UNPKG

hosting

Version:

The easiest way to deploy websites

8 lines (6 loc) 162 B
const hosting = require("../index.js"); describe("hosting", () => { it("has a test", () => { expect(hosting.hosting).toBe("Under construction"); }); });