UNPKG

moleculer-api

Version:

A dynamic API Gateway for MoleculerJS which updates REST endpoints and aggregated GraphQL schema, access control policy for each action calls from metadata of remote services schema without restart or deployment.

13 lines 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const gateway_1 = require("./gateway"); jest.setTimeout(5 * 1000); describe("Test 'gateway'", () => { afterAll(() => gateway_1.gateway.stop()); describe("Simple working test", () => { it("started well", () => { return expect(gateway_1.gateway.start()).resolves.not.toThrow(); }); }); }); //# sourceMappingURL=gateway.spec.js.map