UNPKG

node-sagas

Version:

Library for handling distributed transactions in the microservices architecture

11 lines 511 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const saga_builder_factory_1 = require("../saga-builder-factory"); const saga_builder_1 = require("../saga-builder"); describe('Saga builder factory', () => { test('createSaga', () => { const sagaBuilderFactory = new saga_builder_factory_1.SagaBuilderFactory(); expect(sagaBuilderFactory.createBuilder()).toBeInstanceOf(saga_builder_1.SagaBuilder); }); }); //# sourceMappingURL=saga-builder-factory.spec.js.map