UNPKG

@backstage/backend-test-utils

Version:

Test helpers library for Backstage backends

19 lines (14 loc) 701 B
'use strict'; var ActionsRegistryServiceMock = require('./alpha/services/ActionsRegistryServiceMock.cjs.js'); var MockActionsRegistry = require('./alpha/services/MockActionsRegistry.cjs.js'); var ActionsServiceMock = require('./alpha/services/ActionsServiceMock.cjs.js'); Object.defineProperty(exports, "actionsRegistryServiceMock", { enumerable: true, get: function () { return ActionsRegistryServiceMock.actionsRegistryServiceMock; } }); exports.MockActionsRegistry = MockActionsRegistry.MockActionsRegistry; Object.defineProperty(exports, "actionsServiceMock", { enumerable: true, get: function () { return ActionsServiceMock.actionsServiceMock; } }); //# sourceMappingURL=alpha.cjs.js.map