UNPKG

@donmahallem/trapeze-client-desktop

Version:

An electron app to be used with trapeze endpoints

13 lines 359 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.ts', () => { it('should test', () => { chai_1.expect(true).to.equal(true); }); }); //# sourceMappingURL=api-server.spec.js.map