UNPKG

@ords/core

Version:

Microservice architecture with service proposals in nodejs and typescript

11 lines (10 loc) 358 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const chai_1 = require("chai"); const src_1 = require("../src"); describe('ServiceRegistry', function () { it('no services should be present', function () { var regex = new src_1.ServiceRegistry(); chai_1.expect(regex.resolvers.length).to.equal(0); }); });