UNPKG

@cocalc/backend

Version:

CoCalc backend functionality: functionality used by either the hub, the next.js server or the project.

7 lines 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); test("that the port is set to the PORT env var", () => { process.env.PORT = "6000"; expect(require("./port").default).toBe(6000); }); //# sourceMappingURL=port.test.js.map