UNPKG

@donmahallem/trapeze-client-desktop

Version:

An electron app to be used with trapeze endpoints

15 lines 483 B
"use strict"; /*! * Source https://github.com/donmahallem/trapeze */ Object.defineProperty(exports, "__esModule", { value: true }); const chai_1 = require("chai"); require("mocha"); describe('api-server/api-not-found-request-handler', () => { describe('createApiNotFoundRequestHandler', () => { it('should test', () => { chai_1.expect(true).to.equal(true); }); }); }); //# sourceMappingURL=api-not-found-request-handler.spec.js.map